Class CommandAutoCompleteInteractionEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent
net.dv8tion.jda.api.events.interaction.command.CommandAutoCompleteInteractionEvent
All Implemented Interfaces:
ISnowflake, GenericEvent, GenericAutoCompleteInteractionEvent, IAutoCompleteCallback, CommandAutoCompleteInteraction, CommandInteractionPayload, Interaction

public class CommandAutoCompleteInteractionEvent extends GenericInteractionCreateEvent implements CommandAutoCompleteInteraction, GenericAutoCompleteInteractionEvent
Indicates that a user is typing in a option which supports auto-complete.

Requirements

To receive these events, you must unset the Interactions Endpoint URL in your application dashboard. You can simply remove the URL for this endpoint in your settings at the Discord Developers Portal.
See Also: