OBJECT

MessageMedia

Represents single media attached in the message.

link GraphQL Schema definition

  • 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!
  • }