Revert change of all Url types on IEmbed to string (#724)
This commit is contained in:
committed by
RogueException
parent
1ce1c019b3
commit
7837c4862c
@@ -7,9 +7,9 @@ namespace Discord.API
|
||||
internal class EmbedImage
|
||||
{
|
||||
[JsonProperty("url")]
|
||||
public Uri Url { get; set; }
|
||||
public string Url { get; set; }
|
||||
[JsonProperty("proxy_url")]
|
||||
public Uri ProxyUrl { get; set; }
|
||||
public string ProxyUrl { get; set; }
|
||||
[JsonProperty("height")]
|
||||
public Optional<int> Height { get; set; }
|
||||
[JsonProperty("width")]
|
||||
|
||||
Reference in New Issue
Block a user