Class CreateGuildRoleRequest
Request body for creating a role in a guild.
public class CreateGuildRoleRequest
- Inheritance
-
objectCreateGuildRoleRequest
Properties
Color
Color as an integer (e.g: 0xff0000 for red)
[JsonProperty("color")]
public int? Color { get; set; }
Property Value
- int?
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; }