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