EditMessageInput (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. |
messageId - String! | |
pageId - String! |
input EditMessageInput {
attachmentIds: [String!]
content: String!
embedIds: [String!]
imageIds: [String!]
messageId: String!
pageId: String!
}