Table of Contents

Property Fields

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Fields

Gets the embed's fields.

[JsonProperty("fields", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordEmbedField>? Fields { get; }

Property Value

IReadOnlyList<DiscordEmbedField>