Browse Source

Added server icon property

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
87e9fdb603
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Discord.Net/API/Models/Common.cs

+ 2
- 0
Discord.Net/API/Models/Common.cs 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")]


Loading…
Cancel
Save