export interface EditMessageOptions extends RESTPatchAPIChannelMessageJSONBodyoptionalexternalallowed_mentions? : APIAllowedMentions | null | undefined
Allowed mentions for the message
Inherited from: RESTPatchAPIChannelMessageJSONBody
See also: https://discord.com/developers/docs/resources/channel#allowed-mentions-object
optionalexternalattachments? : RESTAPIAttachment[] | undefined
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.
Inherited from: RESTPatchAPIChannelMessageJSONBody
See also: https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
optionalexternalcomponents? : APIMessageTopLevelComponent[] | null | undefined
The components to include with the message
Inherited from: RESTPatchAPIChannelMessageJSONBody
See also: https://discord.com/developers/docs/components/reference
The new message contents (up to 2000 characters)
Inherited from: RESTPatchAPIChannelMessageJSONBody
Embedded rich content (up to 6000 characters)
Inherited from: RESTPatchAPIChannelMessageJSONBody
See also: https://discord.com/developers/docs/resources/channel#embed-object
optionalfiles? : RawFile[]
optionalexternalflags? : MessageFlags | null | undefined
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
Inherited from: RESTPatchAPIChannelMessageJSONBody
See also: https://discord.com/developers/docs/resources/channel#message-object-message-flags