Table of Contents

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

Properties

Channel

public TextChannel Channel { get; }

Property Value

TextChannel

Client

public RestClient Client { get; }

Property Value

RestClient

Components

public IReadOnlyList<IComponent> Components { get; }

Property Value

IReadOnlyList<IComponent>

User

public User User { get; }

Property Value

User