Table of Contents

Class JsonEmbedFooter

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

Constructors

JsonEmbedFooter()

public JsonEmbedFooter()

Properties

IconUrl

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

Property Value

string

ProxyIconUrl

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

Property Value

string

Text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string