Table of Contents

Class BaseUserCommandContext

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public class BaseUserCommandContext : IApplicationCommandContext, IInteractionContext
Inheritance
BaseUserCommandContext
Implements
Derived
Inherited Members

Constructors

BaseUserCommandContext(UserCommandInteraction)

public BaseUserCommandContext(UserCommandInteraction interaction)

Parameters

interaction UserCommandInteraction

Properties

Interaction

public UserCommandInteraction Interaction { get; }

Property Value

UserCommandInteraction