Table of Contents

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

IReadOnlyCollection<IComponentInteractionData>

CustomId

Gets the Modal's Custom Id.

string CustomId { get; }

Property Value

string