The permissions the bot has in the channel this interaction was sent from. If in a dm/group dm, this will contain ATTACH_FILES
, EMBED_LINKS
, and MENTION_EVERYONE
. In addition, USE_EXTERNAL_EMOJIS
will be included for DMs with the app's bot user.
Optional
applicationThe application this interaction is for.
The ID of the application this interaction is for.
Details about the authorizing user or server for the installation(s) relevant to the interaction. See Discord's docs for more information.
The ID of the channel this interaction was sent from.
Optional
contextThe context this interaction was sent from.
The data associated with the interaction.
The entitlements for the user that created this interaction, and the guild it was created in.
The locale of the invoking user.
Optional
messageThe message this interaction is from, if the modal was triggered from a component interaction.
The token of this interaction.
The user that invoked this interaction.
Read-only property, always 1
Create a followup message. Note that the returned class is not a message. It is a wrapper around the interaction response. The getMessage function can be used to get the message.
The options for creating the followup message.
Create a message through this interaction. This is an initial response, and more than one initial response cannot be used. Use createFollowup. Note that the returned class is not a message. It is a wrapper around the interaction response. The getMessage function can be used to get the message.
The options for the message.
Defer this interaction. This is an initial response, and more than one initial response cannot be used.
Optional
flags: numberThe flags to respond with.
Defer this interaction with a DEFERRED_UPDATE_MESSAGE
response. This is an initial response, and more than one initial response cannot be used.
Optional
flags: numberThe flags to respond with.
Edit a followup message.
The ID of the message.
The options for editing the followup message.
Edit the original interaction response.
The options for editing the original message.
Edit the message this interaction is from. If this interaction has already been acknowledged, use createFollowup
.
The options for editing the message.
Get a followup message.
The ID of the message.
Get the original interaction response.
Whether this interaction belongs to a cached guild channel. The only difference on using this method over a simple if statement is to easily update all the interaction properties typing definitions based on the channel it belongs to.
Whether this interaction belongs to a private channel (PrivateChannel or uncached). The only difference on using this method over a simple if statement is to easily update all the interaction properties typing definitions based on the channel it belongs to.
A type guard, checking if this interaction is an Autocomplete Interaction.
A type guard, checking if this interaction is a Command Interaction.
A type guard, checking if this interaction is a Component Interaction.
A type guard, checking if this interaction is a Modal Submit Interaction.
A type guard, checking if this interaction is a Ping Interaction.
Launch the bot's activity. This is an initial response, and more than one initial response cannot be used.
Show a "premium required" response to the user. This is an initial response, and more than one initial response cannot be used.
The PREMIUM_REQUIRED interaction response type is now deprecated in favor of using custom premium buttons.
Reply to this interaction. If the interaction hasn't been acknowledged, createMessage is used. Else, createFollowup is used. Note that the returned class is not a message. It is a wrapper around the interaction response. The getMessage function can be used to get the message.
The options for the message.
If this interaction has been acknowledged.