Class BaseApplicationCommandContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
public class BaseApplicationCommandContext : IApplicationCommandContext, IInteractionContext
- Inheritance
-
BaseApplicationCommandContext
- Implements
- Derived
- Inherited Members
Constructors
BaseApplicationCommandContext(ApplicationCommandInteraction)
public BaseApplicationCommandContext(ApplicationCommandInteraction interaction)
Parameters
interaction
ApplicationCommandInteraction
Properties
Interaction
public ApplicationCommandInteraction Interaction { get; }