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