RESTAPIGuildCreateRole

export interface RESTAPIGuildCreateRole extends RESTPostAPIGuildRoleJSONBody
export interface RESTAPIGuildCreateRole extends RESTPostAPIGuildRoleJSONBody

No summary provided.

color?:number | null | undefined
RGB color value 0
Inherited from RESTPostAPIGuildRoleJSONBody
Whether the role should be displayed separately in the sidebar false
Inherited from RESTPostAPIGuildRoleJSONBody
The role's icon image (if the guild has the ROLE_ICONS feature)
Inherited from RESTPostAPIGuildRoleJSONBody
mentionable?:boolean | null | undefined
Whether the role should be mentionable false
Inherited from RESTPostAPIGuildRoleJSONBody
Name of the role "new role"
Inherited from RESTPostAPIGuildRoleJSONBody
permissions?:Permissions | null | undefined
Bitwise value of the enabled/disabled permissions "default role permissions in guild"
Inherited from RESTPostAPIGuildRoleJSONBody
unicode_emoji?:string | null | undefined
The role's unicode emoji as a standard emoji (if the guild has the ROLE_ICONS feature)
Inherited from RESTPostAPIGuildRoleJSONBody