Skip to main content

SendMessageToChatInput (Input)

Description

No description



Fields

NameDescription
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
}