Table of Contents

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 ComponentInteraction
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