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
ButtonInteractionclient
GatewayClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public GatewayClient Client { get; }
Property Value
Guild
public Guild? Guild { get; }
Property Value
Message
public RestMessage Message { get; }
Property Value
User
public User User { get; }