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