export interface RESTPatchAPIChannelMessageJSONBody
See also: https://discord.com/developers/docs/resources/channel#edit-message
optionalexternalAPIAllowedMentions | null | undefined allowed_mentions? :
Allowed mentions for the message
See also: https://discord.com/developers/docs/resources/channel#allowed-mentions-object
optionalexternalRESTAPIAttachment[] | undefined attachments? :
Attached files to keepStarting with API v10, the attachments
array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
See also: https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
optionalexternalAPIActionRowComponent<APIMessageActionRowComponent>[] | null | undefined components? :
The components to include with the message
See also: https://discord.com/developers/docs/interactions/message-components#component-object
The new message contents (up to 2000 characters)
Embedded rich
content (up to 6000 characters)
See also: https://discord.com/developers/docs/resources/channel#embed-object
optionalexternalMessageFlags | null | undefined flags? :
Edit the flags of a message (only SUPPRESS_EMBEDS
can currently be set/unset)When specifying flags, ensure to include all previously set flags/bits in addition to ones that you are modifying
See also: https://discord.com/developers/docs/resources/channel#message-object-message-flags