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
CustomId
public string CustomId { get; set; }
Property Value
Title
Gets the title of the modal.
public string Title { get; set; }