Class ChatInputInteractionEvent


@Experimental public class ChatInputInteractionEvent extends ApplicationCommandInteractionEvent
Dispatched when a user uses a chat input command (formerly "slash command").

You are required to respond to this interaction within a three-second window by using one of the following:

See InteractionCreateEvent for more details about valid operations.

This is not directly dispatched by Discord, but is a utility specialization of ApplicationCommandInteractionEvent.