Property Accessory
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Accessory
Gets the accessory for this section.
[JsonProperty("accessory", NullValueHandling = NullValueHandling.Ignore)]
public DiscordComponent? Accessory { get; }
Property Value
Remarks
Accessories take the place of a thumbnail (that is, are positioned as a thumbnail would be) regardless of component. At this time, only DiscordButtonComponent and DiscordThumbnailComponent are supported.