export interface RESTPostAPIChannelMessageJSONBodyhttps://discord.com/developers/docs/resources/channel#create-message
optionalallowed_mentions? : APIAllowedMentions | undefined 
Allowed mentions for a messageSee https://discord.com/developers/docs/resources/channel#allowed-mentions-object
optionalattachments? : RESTAPIAttachment[] | undefined 
Attachment objects with filename and description
optionalcomponents? : APIActionRowComponent<APIMessageActionRowComponent>[] | undefined 
The components to include with the messageSee https://discord.com/developers/docs/interactions/message-components#component-object
Embedded rich content (up to 6000 characters)See https://discord.com/developers/docs/resources/channel#embed-object
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.
optionalflags? : MessageFlags | undefined 
Message flags combined as a bitfield
optionalmessage_reference? : RESTAPIMessageReference | undefined 
Include to make your message a reply or a forwardSee https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure
A nonce that can be used for optimistic message sending
optionalpoll? : RESTAPIPoll | undefined 
A poll!