Table of Contents

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

DiscordComponent

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.