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