Class EmbedFooterProperties
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
Text
Text of the footer.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("text")]
public string? Text { get; set; }
Property Value
Methods
WithIconUrl(string?)
Url of the footer icon.
public EmbedFooterProperties WithIconUrl(string? iconUrl)
Parameters
iconUrl
string
Returns
WithText(string?)
Text of the footer.
public EmbedFooterProperties WithText(string? text)
Parameters
text
string