Interface CommandInteraction

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

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

This includes all context menu commands and slash commands.

See Also: