Table of Contents

Class ButtonInteractionContext

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll
public class ButtonInteractionContext : BaseButtonInteractionContext, IComponentInteractionContext, IInteractionContext, IGatewayClientContext, IRestMessageContext, IUserContext, IGuildContext, IChannelContext
Inheritance
ButtonInteractionContext
Implements
Inherited Members

Constructors

ButtonInteractionContext(ButtonInteraction, GatewayClient)

public ButtonInteractionContext(ButtonInteraction interaction, GatewayClient client)

Parameters

interaction ButtonInteraction
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

Message

public RestMessage Message { get; }

Property Value

RestMessage

User

public User User { get; }

Property Value

User