Table of Contents

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

interaction MessageCommandInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public MessageCommandInteraction Interaction { get; }

Property Value

MessageCommandInteraction