Interface ApplicationCommandEvent
-
- All Superinterfaces:
Event
- All Known Subinterfaces:
AutocompleteCreateEvent,MessageContextMenuCommandEvent,ModalSubmitEvent,SlashCommandCreateEvent,UserContextMenuCommandEvent
public interface ApplicationCommandEvent extends Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InteractiongetInteraction()Gets the created interaction.
-
-
-
Method Detail
-
getInteraction
Interaction getInteraction()
Gets the created interaction.- Returns:
- The interaction.
-
-