Added comment about unknown guild properties

This commit is contained in:
RogueException
2016-01-07 03:20:57 -04:00
parent 11e7c06402
commit 6a1e72d2b8

View File

@@ -25,6 +25,7 @@ namespace Discord.API.Client
[JsonProperty("roles")]
public Role[] Roles { get; set; }
//Unknown
[JsonProperty("splash")]
public object Splash { get; set; }
[JsonProperty("features")]