Inherited from MessageEditOptions
Options for updating the message received from a MessageComponentInteraction.
Extends
MessageEditOptionsAn array of attachments to keep. All attachments will be kept if omitted
Inherited from MessageEditOptionsWhether to fetch the reply This option is deprecated. Use
withResponse
or fetch the response instead.flags?:BitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds'>, MessageFlags.SuppressEmbeds>
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.
Inherited from MessageEditOptionsWhether to return an InteractionCallbackResponse as the response