Table of Contents

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

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

Target

public RestMessage Target { get; }

Property Value

RestMessage

User

public User User { get; }

Property Value

User