INPUT_OBJECT

MessageMediaInput

Media entity used in the message attachment.

link GraphQL Schema definition

  • input MessageMediaInput {
  • # URL of the media file.
  • url: URL!
  • # Type of the media attachment.
  • type: MediaType!
  • # Content type of the media attachment.
  • contentType: String
  • }