Class CommandAutoCompleteInteractionEvent

All Implemented Interfaces:
ISnowflake, GenericEvent, IAutoCompleteCallback, CommandAutoCompleteInteraction, CommandInteractionPayload, Interaction

public class CommandAutoCompleteInteractionEvent extends GenericAutoCompleteInteractionEvent implements CommandAutoCompleteInteraction
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: