MessageEditOptions

export interface MessageEditOptions extends Omit<BaseMessageOptions, 'content'>
export interface MessageEditOptions extends Omit<BaseMessageOptions, 'content'>
Options that can be passed to edit a message.

Extends

Omit<BaseMessageOptions, 'content'>
An array of attachments to keep. All attachments will be kept if omitted
content?:string | null
Which flags to set for the message Only the flag can be modified.