Updated Role Model
This commit is contained in:
@@ -6,16 +6,16 @@ namespace Discord.API
|
|||||||
{
|
{
|
||||||
[JsonProperty("id")]
|
[JsonProperty("id")]
|
||||||
public ulong Id { get; set; }
|
public ulong Id { get; set; }
|
||||||
[JsonProperty("permissions")]
|
|
||||||
public uint? Permissions { get; set; }
|
|
||||||
[JsonProperty("name")]
|
[JsonProperty("name")]
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
[JsonProperty("position")]
|
|
||||||
public int? Position { get; set; }
|
|
||||||
[JsonProperty("hoist")]
|
|
||||||
public bool? Hoist { get; set; }
|
|
||||||
[JsonProperty("color")]
|
[JsonProperty("color")]
|
||||||
public uint? Color { get; set; }
|
public uint? Color { get; set; }
|
||||||
|
[JsonProperty("hoist")]
|
||||||
|
public bool? Hoist { get; set; }
|
||||||
|
[JsonProperty("position")]
|
||||||
|
public int? Position { get; set; }
|
||||||
|
[JsonProperty("permissions")]
|
||||||
|
public uint? Permissions { get; set; }
|
||||||
[JsonProperty("managed")]
|
[JsonProperty("managed")]
|
||||||
public bool? Managed { get; set; }
|
public bool? Managed { get; set; }
|
||||||
}
|
}
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
<Compile Include="API\Common\Unconfirmed\MemberVoiceState.cs" />
|
<Compile Include="API\Common\Unconfirmed\MemberVoiceState.cs" />
|
||||||
<Compile Include="API\Common\Unconfirmed\MessageReference.cs" />
|
<Compile Include="API\Common\Unconfirmed\MessageReference.cs" />
|
||||||
<Compile Include="API\Common\Unconfirmed\Overwrite.cs" />
|
<Compile Include="API\Common\Unconfirmed\Overwrite.cs" />
|
||||||
<Compile Include="API\Common\Unconfirmed\Role.cs" />
|
<Compile Include="API\Common\Role.cs" />
|
||||||
<Compile Include="API\Common\Unconfirmed\RoleReference.cs" />
|
<Compile Include="API\Common\Unconfirmed\RoleReference.cs" />
|
||||||
<Compile Include="API\Common\User.cs" />
|
<Compile Include="API\Common\User.cs" />
|
||||||
<Compile Include="API\Common\UserGuild.cs" />
|
<Compile Include="API\Common\UserGuild.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user