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