Package-level declarations
Types
An Interaction created when a user performs some form of action (e.g. using a slash command or pressing a button).
An ActionInteraction created when a user uses an ApplicationCommand.
A DataInteraction indicating an auto-complete request from Discord.
A ComponentInteraction created when a user presses a button.
An ApplicationCommandInteraction created when a user uses a ChatInputCommandCommand.
An ActionInteraction created when a user interacts with a Component.
An Interaction created when Discord requests some form of data (e.g. for auto-complete).
An ApplicationCommandInteraction that took place in a global context (e.g. a DM).
An AutoCompleteInteraction that took place in a global context (e.g. a DM).
A ButtonInteraction that took place in a global context (e.g. a DM).
A ChatInputCommandInteraction that took place in a global context (e.g. a DM).
A ComponentInteraction that took place in a global context (e.g. a DM).
An Interaction that took place in a global context (e.g. a DM).
A MessageCommandInteraction that took place in a global context (e.g. a DM).
A ModalSubmitInteraction that took place in a global context (e.g. a DM).
A SelectMenuInteraction that took place in a global context (e.g. a DM).
A GlobalUserCommandInteraction that took place in a global context (e.g. a DM).
Represents an invocation of a sub-command under a group under the root command.
An ApplicationCommandInteraction that took place in the context of a Guild.
An AutoCompleteInteraction that took place in the context of a Guild.
A ButtonInteraction that took place in the context of a Guild.
A ChatInputCommandInteraction that took place in the context of a Guild.
A ComponentInteraction that took place in the context of a Guild.
An Interaction that took place in the context of a Guild.
A MessageCommandInteraction that took place in the context of a Guild.
A ModalSubmitInteraction that took place in the context of a Guild.
A SelectMenuInteraction that took place in the context of a Guild.
A UserCommandInteraction that took place in the context of a Guild.
An instance of an interaction.
The base interface of all commands that can be executed under a ChatInputCommandInteraction.
An ApplicationCommandInteraction created when a user uses a MessageCommand.
An ActionInteraction created when a user submits a modal.
Represents an invocation of a root command.
A ComponentInteraction created when a user interacts with a select menu.
Represents an invocation of a sub-command under the root command.
An ApplicationCommandInteraction created when a user uses a UserCommand.
Functions
Creates a ComponentInteraction with the given data, kord and supplier.