Table of Contents

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 ApplicationCommandInteraction
client RestClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

User

public User User { get; }

Property Value

User