Class JsonEmbedField
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonEmbedField
- Inheritance
-
JsonEmbedField
- Inherited Members
Constructors
JsonEmbedField()
public JsonEmbedField()
Properties
Inline
[JsonPropertyName("inline")]
public bool Inline { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
[JsonPropertyName("value")]
public string Value { get; set; }