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
optional BitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds' | 'IsComponentsV2'>, MessageFlags.SuppressEmbeds | MessageFlags.IsComponentsV2> | undefined flags? :
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.