Interface CommandInteraction

All Superinterfaces:
CommandInteractionPayload, IDeferrableCallback, IModalCallback, Interaction, IReplyCallback, ISnowflake
All Known Subinterfaces:
ContextInteraction<T>, MessageContextInteraction, SlashCommandInteraction, UserContextInteraction
All Known Implementing Classes:
CommandInteractionImpl, ContextInteractionImpl, GenericCommandInteractionEvent, GenericContextInteractionEvent, MessageContextInteractionEvent, MessageContextInteractionImpl, SlashCommandInteractionEvent, SlashCommandInteractionImpl, UserContextInteractionEvent, UserContextInteractionImpl

public interface CommandInteraction extends IReplyCallback, CommandInteractionPayload, IModalCallback
Interaction of any Application Command.

This includes all context menu commands and slash commands.

See Also: