Interface CommandDefinition

All Superinterfaces:
Definition, InteractionDefinition, Invokable, JDAEntity<CommandData>
All Known Implementing Classes:
ContextCommandDefinition, SlashCommandDefinition

public sealed interface CommandDefinition extends InteractionDefinition, JDAEntity<CommandData> permits ContextCommandDefinition, SlashCommandDefinition
Common interface for command interaction definitions.
See Also: