Table of Contents

Class JsonEmbedAuthor

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonEmbedAuthor
Inheritance
JsonEmbedAuthor
Inherited Members

Constructors

JsonEmbedAuthor()

public JsonEmbedAuthor()

Properties

IconUrl

[JsonPropertyName("icon_url")]
public string? IconUrl { get; set; }

Property Value

string

Name

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

Property Value

string

ProxyIconUrl

[JsonPropertyName("proxy_icon_url")]
public string? ProxyIconUrl { get; set; }

Property Value

string

Url

[JsonPropertyName("url")]
public string? Url { get; set; }

Property Value

string