interface RESTPatchAPIGuildRoleJSONBody

external
export interface RESTPatchAPIGuildRoleJSONBody

https://discord.com/developers/docs/resources/guild#modify-guild-role

optionalexternal
color? : number | null | undefined

RGB color value

optionalexternal
hoist? : boolean | null | undefined

Whether the role should be displayed separately in the sidebar

optionalexternal
icon? : string | null | undefined

The role's icon image (if the guild has the ROLE_ICONS feature)

optionalexternal
mentionable? : boolean | null | undefined

Whether the role should be mentionable

optionalexternal
name? : string | null | undefined

Name of the role

optionalexternal
permissions? : Permissions | null | undefined

Bitwise value of the enabled/disabled permissions

optionalexternal
unicode_emoji? : string | null | undefined

The role's unicode emoji as a standard emoji (if the guild has the ROLE_ICONS feature)