Class BaseAutocompleteInteractionContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
Base context for handling autocomplete interactions.
public class BaseAutocompleteInteractionContext : IAutocompleteInteractionContext, IInteractionContext, IContext
- Inheritance
-
BaseAutocompleteInteractionContext
- Implements
- Derived
- Inherited Members
Constructors
BaseAutocompleteInteractionContext(AutocompleteInteraction)
Base context for handling autocomplete interactions.
public BaseAutocompleteInteractionContext(AutocompleteInteraction interaction)
Parameters
interactionAutocompleteInteractionThe interaction that is being handled.
Properties
Interaction
The interaction that is being handled.
public AutocompleteInteraction Interaction { get; }