Interface IAutocompleteInteractionContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
Context for handling autocomplete interactions for application command parameters.
public interface IAutocompleteInteractionContext : IInteractionContext, IContext
Properties
Interaction
The interaction that is being handled.
AutocompleteInteraction Interaction { get; }