Added server icon property

This commit is contained in:
Brandon Smith
2015-08-13 01:49:10 -03:00
parent c1f08d5076
commit 87e9fdb603

View File

@@ -101,6 +101,8 @@ namespace Discord.API.Models
public string EmbedChannelId;
[JsonProperty(PropertyName = "embed_enabled")]
public bool EmbedEnabled;
[JsonProperty(PropertyName = "icon")]
public string Icon;
[JsonProperty(PropertyName = "joined_at")]
public DateTime? JoinedAt;
[JsonProperty(PropertyName = "owner_id")]