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