Table of Contents

Class HttpSlashCommandContext

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public class HttpSlashCommandContext : BaseSlashCommandContext, IApplicationCommandContext, IInteractionContext, IRestClientContext, IChannelContext, IUserContext
Inheritance
HttpSlashCommandContext
Implements
Inherited Members

Constructors

HttpSlashCommandContext(SlashCommandInteraction, RestClient)

public HttpSlashCommandContext(SlashCommandInteraction interaction, RestClient client)

Parameters

interaction SlashCommandInteraction
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