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