Class ApplicationCommandContext
- Namespace
 - NetCord.Services.ApplicationCommands
 
- Assembly
 - NetCord.Services.dll
 
public class ApplicationCommandContext : BaseApplicationCommandContext, IApplicationCommandContext, IInteractionContext, IGatewayClientContext, IGuildContext, IChannelContext, IUserContext, IContext
  - Inheritance
 - 
      
      
      ApplicationCommandContext
 
- Implements
 
- Inherited Members
 
Constructors
ApplicationCommandContext(ApplicationCommandInteraction, GatewayClient)
public ApplicationCommandContext(ApplicationCommandInteraction interaction, GatewayClient client)
  Parameters
interactionApplicationCommandInteractionclientGatewayClient
Properties
Channel
public TextChannel Channel { get; }
  Property Value
Client
public GatewayClient Client { get; }
  Property Value
Guild
public Guild? Guild { get; }
  Property Value
User
public User User { get; }