INPUT_OBJECT
SendSystemMessageInput
Specified the fields required to send new system message.
link GraphQL Schema definition
- input SendSystemMessageInput {
- # Conversation ID where message should be sent.
- ID :
- # 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! :
- }