EditMessageOptions

export interface EditMessageOptions extends RESTPatchAPIChannelMessageJSONBody
export interface EditMessageOptions extends RESTPatchAPIChannelMessageJSONBody

No summary provided.

attachments?: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
content?:string | null | undefined
The new message contents (up to 2000 characters)
Inherited from RESTPatchAPIChannelMessageJSONBody
embeds?:APIEmbed[] | null | undefined
Embedded rich content (up to 6000 characters)
Inherited from RESTPatchAPIChannelMessageJSONBody
files?:RawFile[]
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