Table of Contents

Class HttpUserCommandContext

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

Constructors

HttpUserCommandContext(UserCommandInteraction, RestClient)

public HttpUserCommandContext(UserCommandInteraction interaction, RestClient client)

Parameters

interaction UserCommandInteraction
client RestClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

Target

public User Target { get; }

Property Value

User

User

public User User { get; }

Property Value

User