interface MessageEditOptions
extends
Omit<BaseMessageOptions, 'content'>export interface MessageEditOptions extends Omit<BaseMessageOptions, 'content'>
Options that can be passed to edit a message.
optionalreadonly (Attachment | MessageEditAttachmentData)[] attachments? :
An array of attachments to keep. All attachments will be kept if omitted
optionalBitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds'>, MessageFlags.SuppressEmbeds> flags? :
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.