Class GenericAutoCompleteInteractionEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent
net.dv8tion.jda.api.events.interaction.GenericAutoCompleteInteractionEvent
All Implemented Interfaces:
ISnowflake, GenericEvent, IAutoCompleteCallback, Interaction
Direct Known Subclasses:
CommandAutoCompleteInteractionEvent

public class GenericAutoCompleteInteractionEvent extends GenericInteractionCreateEvent implements IAutoCompleteCallback
Indicates that a user is typing in an auto-complete interactive field.

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: