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