Table of Contents

Class EmbedField

Namespace
NetCord
Assembly
NetCord.dll

Contains information about an embed field, of which a maximum of 25 can be set per embed.

public class EmbedField : IJsonModel<JsonEmbedField>
Inheritance
EmbedField
Implements
Inherited Members

Constructors

EmbedField(JsonEmbedField)

Contains information about an embed field, of which a maximum of 25 can be set per embed.

public EmbedField(JsonEmbedField jsonModel)

Parameters

jsonModel JsonEmbedField

Properties

Inline

When set alongside another field with Inline set, displays the fields side by side.

public bool Inline { get; }

Property Value

bool

Name

Equivalent to Title but localised to a field, limited to 256 characters.

public string Name { get; }

Property Value

string

Value

Equivalent to Description but localised to a field, limited to 1024 characters.

public string Value { get; }

Property Value

string