Property IconUrl
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
IconUrl
Gets the url of the author's icon.
[JsonProperty("icon_url", NullValueHandling = NullValueHandling.Ignore)]
public DiscordUri IconUrl { get; set; }
Gets the url of the author's icon.
[JsonProperty("icon_url", NullValueHandling = NullValueHandling.Ignore)]
public DiscordUri IconUrl { get; set; }