Table of Contents

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

bool

Name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string