RESTPostAPIChannelMessageJSONBody

export interface RESTPostAPIChannelMessageJSONBody
export interface RESTPostAPIChannelMessageJSONBody
attachments?:RESTAPIAttachment[] | undefined
Attachment objects with filename and description
content?:string | undefined
The message contents (up to 2000 characters)
embeds?:APIEmbed[] | undefined
Embedded rich content (up to 6000 characters)
enforce_nonce?:boolean | undefined
If true and nonce is present, it will be checked for uniqueness in the past few minutes. If another message was created by the same author with the same nonce, that message will be returned and no new message will be created.
Message flags combined as a bitfield
A nonce that can be used for optimistic message sending
A poll!
IDs of up to 3 stickers in the server to send in the message
true if this is a TTS message