Table of Contents

Class ModalInteractionData

Namespace
NetCord
Assembly
NetCord.dll
public class ModalInteractionData : ComponentInteractionData, IJsonModel<JsonInteractionData>
Inheritance
ModalInteractionData
Implements
Inherited Members

Constructors

ModalInteractionData(JsonInteractionData)

public ModalInteractionData(JsonInteractionData jsonModel)

Parameters

jsonModel JsonInteractionData

Properties

Components

public IReadOnlyList<IComponent> Components { get; }

Property Value

IReadOnlyList<IComponent>