Interface GenericAutoCompleteInteractionEvent

All Superinterfaces:
GenericEvent, IAutoCompleteCallback, Interaction, ISnowflake
All Known Implementing Classes:
CommandAutoCompleteInteractionEvent

public interface GenericAutoCompleteInteractionEvent extends GenericEvent, IAutoCompleteCallback
Indicates that a user is typing in a 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: