Table of Contents

Class Modal

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a modal interaction.

public class Modal
Inheritance
Modal
Inherited Members

Properties

Component

Gets the components in the modal.

public ModalComponent Component { get; set; }

Property Value

ModalComponent

CustomId

public string CustomId { get; set; }

Property Value

string

Title

Gets the title of the modal.

public string Title { get; set; }

Property Value

string