Table of Contents

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

interaction AutocompleteInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public AutocompleteInteraction Interaction { get; }

Property Value

AutocompleteInteraction