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