Table of Contents

Class DiscordEmbedField

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a field inside a discord embed.

public sealed class DiscordEmbedField : ObservableApiObject
Inheritance
DiscordEmbedField
Inherited Members

Constructors

DiscordEmbedField(string, string, bool)

Initializes a new instance of the DiscordEmbedField class.

Properties

Inline

Whether or not this field should display inline.

Name

The name of the field. Must be non-null, non-empty and <= 256 characters.

Value

The value of the field. Must be non-null, non-empty and <= 1024 characters.