Class HttpApplicationCommandContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
public class HttpApplicationCommandContext : BaseApplicationCommandContext, IApplicationCommandContext, IInteractionContext, IRestClientContext, IChannelContext, IUserContext
- Inheritance
-
HttpApplicationCommandContext
- Implements
- Inherited Members
Constructors
HttpApplicationCommandContext(ApplicationCommandInteraction, RestClient)
public HttpApplicationCommandContext(ApplicationCommandInteraction interaction, RestClient client)
Parameters
interaction
ApplicationCommandInteractionclient
RestClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public RestClient Client { get; }
Property Value
User
public User User { get; }