SendMessageToChatInput (Input)
Description
No description
Fields
Name | Description |
---|---|
attachmentIds - [String!] | IDs of attached files. |
content - String! | |
embedIds - [String!] | IDs of embedded links. |
imageIds - [String!] | IDs of attached images. |
nonce - String |
input SendMessageToChatInput {
attachmentIds: [String!]
content: String!
embedIds: [String!]
imageIds: [String!]
nonce: String
}