Property Components
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Components
Gets the components to be displayed in this modal.
public IReadOnlyList<DiscordComponent> Components { get; }
Property Value
Remarks
Generally, this will be either a DiscordLabelComponent or DiscordTextDisplayComponent. This restriction is subject to change as Discord continues to release new Modal APIs.