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