Added comment about unknown guild properties
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Discord.API.Client
|
|||||||
[JsonProperty("roles")]
|
[JsonProperty("roles")]
|
||||||
public Role[] Roles { get; set; }
|
public Role[] Roles { get; set; }
|
||||||
|
|
||||||
|
//Unknown
|
||||||
[JsonProperty("splash")]
|
[JsonProperty("splash")]
|
||||||
public object Splash { get; set; }
|
public object Splash { get; set; }
|
||||||
[JsonProperty("features")]
|
[JsonProperty("features")]
|
||||||
|
|||||||
Reference in New Issue
Block a user