Table of Contents

Class BaseModalInteractionContext

Namespace
NetCord.Services.ComponentInteractions
Assembly
NetCord.Services.dll

Base context for handling modal interactions.

public class BaseModalInteractionContext : IComponentInteractionContext, IInteractionContext, IContext
Inheritance
BaseModalInteractionContext
Implements
Derived
Inherited Members

Constructors

BaseModalInteractionContext(ModalInteraction)

Base context for handling modal interactions.

public BaseModalInteractionContext(ModalInteraction interaction)

Parameters

interaction ModalInteraction
The interaction that is being handled.

Properties

Interaction

The interaction that is being handled.

public ModalInteraction Interaction { get; }

Property Value

ModalInteraction