Table of Contents

Class EntryPointCommandContext

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public class EntryPointCommandContext : BaseEntryPointCommandContext, IApplicationCommandContext, IInteractionContext, IGatewayClientContext, IGuildContext, IChannelContext, IUserContext, IContext
Inheritance
EntryPointCommandContext
Implements
Inherited Members

Constructors

EntryPointCommandContext(EntryPointCommandInteraction, GatewayClient)

public EntryPointCommandContext(EntryPointCommandInteraction interaction, GatewayClient client)

Parameters

interaction EntryPointCommandInteraction
client GatewayClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public GatewayClient Client { get; }

Property Value

GatewayClient

Guild

public Guild? Guild { get; }

Property Value

Guild

User

public User User { get; }

Property Value

User