Property Components
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Components
Gets the components this message was sent with.
[JsonProperty("components", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordComponent>? Components { get; }