OBJECT
Represents single media attached in the message.
type MessageMedia {# URL of the media file attached in the message.url: URL! # Content type of the media file.contentType: String # Represents SuperPhone's declared media type.mediaType: MediaType! }