Class UpdateGuildRoleRequest
public class UpdateGuildRoleRequest
- Inheritance
-
objectUpdateGuildRoleRequest
Properties
Color
The color of the role as an integer
[JsonProperty("color")]
public int? Color { get; set; }
Property Value
- int?
Hoist
Whether the role should be displayed separately in the member list
[JsonProperty("hoist")]
public bool? Hoist { get; set; }
Property Value
- bool?
HoistPosition
The position of the role in the hoisted member list
[JsonProperty("hoist_position")]
public int? HoistPosition { get; set; }
Property Value
- int?
Mentionable
Whether the role can be mentioned by anyone
[JsonProperty("mentionable")]
public bool? Mentionable { get; set; }
Property Value
- bool?
Name
The name of the role (1-100 characters)
[JsonProperty("name")]
public string? Name { get; set; }
Property Value
Permissions
[JsonProperty("permissions")]
public ulong? Permissions { get; set; }