Property Components
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Components
Gets the components for this section. As of now, this is only text components, but may allow for more components in the future.
[JsonProperty("components", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordComponent> Components { get; }
Property Value
Remarks
This is a Discord limitation.