Table of Contents

Class EmbedFooterProperties

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class EmbedFooterProperties
Inheritance
EmbedFooterProperties
Inherited Members

Constructors

EmbedFooterProperties()

public EmbedFooterProperties()

Properties

IconUrl

Url of the footer icon.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("icon_url")]
public string? IconUrl { get; set; }

Property Value

string

Text

Text of the footer.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("text")]
public string? Text { get; set; }

Property Value

string

Methods

WithIconUrl(string?)

Url of the footer icon.

public EmbedFooterProperties WithIconUrl(string? iconUrl)

Parameters

iconUrl string

Returns

EmbedFooterProperties

WithText(string?)

Text of the footer.

public EmbedFooterProperties WithText(string? text)

Parameters

text string

Returns

EmbedFooterProperties