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
Name
Equivalent to Title but localised to a field, limited to 256 characters.
public string Name { get; }
Property Value
Value
Equivalent to Description but localised to a field, limited to 1024 characters.
public string Value { get; }