Creates a button click interaction structure.
The client instance.
The interaction data from Discord.
Additional options for this structure.
The ID of the channel that this interaction belongs to.
The ID of the guild that this interaction belongs to.
The channel that this interaction belongs to.
The id of the channel that this interaction belongs to.
The custom id of the button.
The guild that this interaction belongs to.
The id of the guild that this interaction belongs to.
The id of the interaction.
The member that triggered the interaction, if it was run in a guild.
The id of the member that triggered the interaction, if it was run in a guild.
The token of the interaction.
The type of interaction.
Edits a response to an interaction. Works up to 15 minutes after the response was sent.
Optional
options: {The new interaction response options.
Optional
components?: MessageComponentsThe new components to send with the interaction response.
Optional
content?: stringThe new content of the interaction response.
Optional
embeds?: Embed[]The new embeds to send with the interaction response.
Optional
files?: FileUpload[]The new files to send with the interaction response.
Replies to an interaction.
Optional
options: {An embed, components, and whether the response should be as an ephemeral message.
Optional
components?: MessageComponentsThe components to send with the interaction response.
Optional
content?: stringThe content of the interaction response.
Optional
embeds?: Embed[]The embeds to send with the interaction response.
Optional
files?: FileUpload[]The files to send with the interaction response.
Optional
quiet?: booleanWhether the response should be an ephemeral message.
Prompts a user to enter text using a modal.
Modal options.
The custom id of the modal.
The text input modal.
The title of the modal.
Static
deleteStatic
editEdits a response to an interaction. Works up to 15 minutes after the response was sent.
The client instance.
The interaction token.
Optional
options: {The new interaction response options.
Optional
components?: MessageComponentsThe new components to send with the interaction response.
Optional
content?: stringThe new content of the interaction response.
Optional
embeds?: Embed[]The new embeds to send with the interaction response.
Optional
files?: FileUpload[]The new files to send with the interaction response.
Represents when a button is clicked.
See
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-message-component-data-structure