Class EmbedFooterRequest
public class EmbedFooterRequest
- Inheritance
-
objectEmbedFooterRequest
Properties
IconUrl
URL of the footer icon.
[JsonProperty("icon_url")]
public string? IconUrl { get; set; }
Property Value
Text
Footer text (1-2048 characters)
[JsonProperty("text")]
public string Text { get; set; }