Class BaseApplicationCommandContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
Base context for handling application command interactions.
public class BaseApplicationCommandContext : IApplicationCommandContext, IInteractionContext, IContext
- Inheritance
-
BaseApplicationCommandContext
- Implements
- Derived
- Inherited Members
Constructors
BaseApplicationCommandContext(ApplicationCommandInteraction)
Base context for handling application command interactions.
public BaseApplicationCommandContext(ApplicationCommandInteraction interaction)
Parameters
interactionApplicationCommandInteractionThe interaction that is being handled.
Properties
Interaction
The interaction that is being handled.
public ApplicationCommandInteraction Interaction { get; }