The ID of the application (bot) this interaction is for.
The permissions the application (bot) has in the interaction's channel.
Maximum attachment size allowed for this interaction (in bytes).
The ID of the channel this interaction was sent in.
Readonly
clientThe client instance
The ID of the guild this command is registered to, if any
The ID of the invoked application command
The name of the invoked application command
The type of the invoked application command
The context in which this interaction was triggered (e.g., direct message, command, etc.).
Whether the reply has been deferred
Whether the reply is ephemeral (visible only to the user)
The ID of the guild this interaction was sent in (if applicable).
The preferred locale of the guild, if the interaction was in a guild.
The interaction's unique ID.
The locale of the user invoking the interaction (e.g., "en-US").
The guild member who invoked this interaction (if in a guild).
The permissions the invoking member has in the interaction's channel.
The options passed to the command.
Whether this interaction has already been replied to
Readonly
tokenThe interaction token used for responding.
The interaction's type.
The user who invoked this interaction.
The interaction protocol version.
A webhook associated with this interaction
The time the interaction was created at
The timestamp the interaction was created at
The new options for the message
Send a follow-up message to this interaction.
The options for the reply
Send a follow-up message to this interaction.
The options for the reply
Indicates whether this interaction is received from a guild.
Indicates whether this interaction is an AutoCompleteInteraction
Indicates whether this interaction is a ButtonInteraction.
Indicates whether this interaction is a ChannelSelectMenuInteraction
Indicates whether this interaction is a ChatInputCommandInteraction.
Indicates whether this interaction is a CommandInteraction
Indicates whether this interaction is a ContextMenuInteraction
Indicates whether this interaction is a MentionableSelectMenuInteraction
Indicates whether this interaction is a MessageComponentInteraction
Indicates whether this interaction is a MessageContextMenuInteraction
Indicates whether this interaction is a ModalSubmitInteraction
Indicates whether this interaction can be replied to.
Indicates whether this interaction is a RoleSelectMenuInteraction
Indicates whether this interaction is a select menu of any known type.
Indicates whether this interaction is a StringSelectMenuInteraction.
Indicates whether this interaction is a UserContextMenuInteraction
Indicates whether this interaction is a UserSelectMenuInteraction
Creates a reply to this interaction.
Creates a reply to this interaction.
Represents a chat input command interaction.