Class ComponentInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class ComponentInteractionContext : BaseComponentInteractionContext, IComponentInteractionContext, IInteractionContext, IGatewayClientContext, IUserContext, IGuildContext, IChannelContext
- Inheritance
-
ComponentInteractionContext
- Implements
- Inherited Members
Constructors
ComponentInteractionContext(ComponentInteraction, GatewayClient)
public ComponentInteractionContext(ComponentInteraction interaction, GatewayClient client)
Parameters
interaction
ComponentInteractionclient
GatewayClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public GatewayClient Client { get; }
Property Value
Guild
public Guild? Guild { get; }
Property Value
User
public User User { get; }