InteractionUpdateOptions

export interface InteractionUpdateOptions extends MessageEditOptions
export interface InteractionUpdateOptions extends MessageEditOptions
Options for updating the message received from a MessageComponentInteraction.
attachments?:readonly (Attachment | MessageEditAttachmentData)[]
An array of attachments to keep. All attachments will be kept if omitted
Inherited from MessageEditOptions
content?:string | null
Inherited from MessageEditOptions
fetchReply?:boolean
Whether to fetch the reply
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.
Inherited from MessageEditOptions