Table of Contents

Class BaseUserCommandContext

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll

Base context for handling user command interactions.

public class BaseUserCommandContext : IApplicationCommandContext, IInteractionContext, IContext
Inheritance
BaseUserCommandContext
Implements
Derived
Inherited Members

Constructors

BaseUserCommandContext(UserCommandInteraction)

Base context for handling user command interactions.

public BaseUserCommandContext(UserCommandInteraction interaction)

Parameters

interaction UserCommandInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public UserCommandInteraction Interaction { get; }

Property Value

UserCommandInteraction