INPUT_OBJECT
Media entity used in the message attachment.
input MessageMediaInput {# URL of the media file.url: URL!# Type of the media attachment.type: MediaType!# Content type of the media attachment.contentType: String}