Table of Contents

Class ModalComponent

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a component object used in Modals.

public class ModalComponent
Inheritance
ModalComponent
Inherited Members

Properties

Components

Gets the components to be used in a modal.

public IReadOnlyCollection<ActionRowComponent> Components { get; }

Property Value

IReadOnlyCollection<ActionRowComponent>