interface InteractionUpdateOptions
extends
MessageEditOptionsexport interface InteractionUpdateOptions extends MessageEditOptions
Options for updating the message received from a MessageComponentInteraction.
optionalreadonly (Attachment | MessageEditAttachmentData)[] attachments? :
An array of attachments to keep. All attachments will be kept if omitted
Inherited from: MessageEditOptions
Inherited from: MessageEditOptions
optionalboolean fetchReply? :
Whether to fetch the reply
optionalBitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds'>, MessageFlags.SuppressEmbeds> flags? :
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.
Inherited from: MessageEditOptions