Table of Contents

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 ModalInteraction
client GatewayClient

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public GatewayClient Client { get; }

Property Value

GatewayClient

Components

public IReadOnlyList<IComponent> Components { get; }

Property Value

IReadOnlyList<IComponent>

Guild

public Guild? Guild { get; }

Property Value

Guild

User

public User User { get; }

Property Value

User