Added server icon property
This commit is contained in:
@@ -101,6 +101,8 @@ namespace Discord.API.Models
|
|||||||
public string EmbedChannelId;
|
public string EmbedChannelId;
|
||||||
[JsonProperty(PropertyName = "embed_enabled")]
|
[JsonProperty(PropertyName = "embed_enabled")]
|
||||||
public bool EmbedEnabled;
|
public bool EmbedEnabled;
|
||||||
|
[JsonProperty(PropertyName = "icon")]
|
||||||
|
public string Icon;
|
||||||
[JsonProperty(PropertyName = "joined_at")]
|
[JsonProperty(PropertyName = "joined_at")]
|
||||||
public DateTime? JoinedAt;
|
public DateTime? JoinedAt;
|
||||||
[JsonProperty(PropertyName = "owner_id")]
|
[JsonProperty(PropertyName = "owner_id")]
|
||||||
|
|||||||
Reference in New Issue
Block a user