Added comment about unknown guild properties
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user