AutoCompleteInteraction
A DataInteraction indicating an auto-complete request from Discord.
No matter what argument type is used all focused arguments will be CommandArgument.AutoCompleteArguments.
Check AutoCompleteInteractionBehavior for response options.
Inheritors
Properties
The id of the application the interaction is for.
The behavior of the channel the interaction was sent from.
An InteractionCommand that contains the values the user filled so far.
For monetized apps, any Entitlements for the invoking user, representing access to premium Skus.
The single focused option the user is currently typing.
The guild's preferred locale, if invoked in a guild.
The supplier used to request entities.
The type of the interaction.
Functions
Responds to the interaction with the integer choices specified by builder.
Responds to the interaction with the number choices specified by builder.
Responds to the interaction with the string choices specified by builder.