Class HttpMessageCommandContext
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
public class HttpMessageCommandContext : BaseMessageCommandContext, IApplicationCommandContext, IInteractionContext, IRestClientContext, IChannelContext, IUserContext
- Inheritance
-
HttpMessageCommandContext
- Implements
- Inherited Members
Constructors
HttpMessageCommandContext(MessageCommandInteraction, RestClient)
public HttpMessageCommandContext(MessageCommandInteraction interaction, RestClient client)
Parameters
interaction
MessageCommandInteractionclient
RestClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public RestClient Client { get; }
Property Value
Target
public RestMessage Target { get; }
Property Value
User
public User User { get; }