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