Class ContextCommand<E extends net.dv8tion.jda.api.events.interaction.command.GenericCommandInteractionEvent>

java.lang.Object
xyz.dynxsty.dih4jda.interactions.commands.RestrictedCommand
xyz.dynxsty.dih4jda.interactions.commands.application.ApplicationCommand<E,net.dv8tion.jda.api.interactions.commands.build.CommandData>
xyz.dynxsty.dih4jda.interactions.commands.application.BaseApplicationCommand<E,net.dv8tion.jda.api.interactions.commands.build.CommandData>
xyz.dynxsty.dih4jda.interactions.commands.application.ContextCommand<E>
Type Parameters:
E - the GenericCommandInteractionEvent event.
All Implemented Interfaces:
ExecutableCommand<E>
Direct Known Subclasses:
ContextCommand.Message, ContextCommand.User

public abstract class ContextCommand<E extends net.dv8tion.jda.api.events.interaction.command.GenericCommandInteractionEvent> extends BaseApplicationCommand<E,net.dv8tion.jda.api.interactions.commands.build.CommandData>
Model class which represents a single Context Command.
Since:
v1.5
See Also: