INPUT_OBJECT
SendMessageInput
Specified the fields required to send new message.
link GraphQL Schema definition
- input SendMessageInput {
 - #   Conversation ID where message should be sent.
 - : ID
 - #   User number from which message should be sent. If not set, the default routing 
 - #   number will be used.
 - : String
 - #   Recipient mobile number.
 - : String
 - #   Messaging ID of recipient message should be sent to.
 - : String
 - #   Content of the message.
 - : String
 - #   List of the media attachments.
 - : [MessageMediaInput!]
 - #   Desired platform to be sent with.
 - : Platform!
 - #   Indicates if 'vCard' should be sent or not.
 - : Boolean
 - #   Desired channel to be sent with.
 - : Channel
 - }