Class HttpEntryPointCommandContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
Context for handling HTTP-based entry point command interactions.
public class HttpEntryPointCommandContext : BaseEntryPointCommandContext, IApplicationCommandContext, IInteractionContext, IRestClientContext, IChannelContext, IUserContext, IContext
- Inheritance
-
HttpEntryPointCommandContext
- Implements
- Inherited Members
Constructors
HttpEntryPointCommandContext(EntryPointCommandInteraction, RestClient)
Context for handling HTTP-based entry point command interactions.
public HttpEntryPointCommandContext(EntryPointCommandInteraction interaction, RestClient client)
Parameters
interactionEntryPointCommandInteractionThe interaction that is being handled. clientRestClientThe RestClient associated with the handled command or interaction.
Properties
Channel
Channel in which the handled command or interaction was invoked.
public TextChannel Channel { get; }
Property Value
Client
The RestClient associated with the handled command or interaction.
public RestClient Client { get; }
Property Value
User
User who invoked the handled command or interaction.
public User User { get; }