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