Class EmbedAuthorRequest
public class EmbedAuthorRequest
- Inheritance
-
objectEmbedAuthorRequest
Properties
IconUrl
URL of the author icon.
[JsonProperty("icon_url")]
public string? IconUrl { get; set; }
Property Value
Name
Name of the embed author.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Url
URL to link from the author name/
[JsonProperty("url")]
public string? Url { get; set; }