Class HttpModalInteractionContext
- Namespace
- NetCord.Services.ComponentInteractions
- Assembly
- NetCord.Services.dll
public class HttpModalInteractionContext : BaseModalInteractionContext, IComponentInteractionContext, IInteractionContext, IRestClientContext, IUserContext, IChannelContext
- Inheritance
-
HttpModalInteractionContext
- Implements
- Inherited Members
Constructors
HttpModalInteractionContext(ModalInteraction, RestClient)
public HttpModalInteractionContext(ModalInteraction interaction, RestClient client)
Parameters
interaction
ModalInteractionclient
RestClient
Properties
Channel
public TextChannel Channel { get; }
Property Value
Client
public RestClient Client { get; }
Property Value
Components
public IReadOnlyList<IComponent> Components { get; }
Property Value
User
public User User { get; }