Table of Contents

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 EntryPointCommandInteraction
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