Interface IModalInteractionData
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the data sent with the IModalInteraction.
public interface IModalInteractionData : IDiscordInteractionData
Properties
Components
Gets the Modal components submitted by the user.
IReadOnlyCollection<IComponentInteractionData> Components { get; }
Property Value
CustomId
Gets the Modal's Custom Id.
string CustomId { get; }