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