Class RestModalData
Represents data sent from a ModalSubmit Interaction.
public class RestModalData : IModalInteractionData, IDiscordInteractionData
- Inheritance
-
RestModalData
- Implements
- Inherited Members
Properties
Components
Represents the Modals components submitted by the user.
public IReadOnlyCollection<RestMessageComponentData> Components { get; }
Property Value
CustomId
Gets the Modal's Custom Id.
public string CustomId { get; }