Interface RESTPatchAPIGuildRoleJSONBody

Hierarchy

  • RESTPatchAPIGuildRoleJSONBody

Properties

color?: null | number

RGB color value

hoist?: null | boolean

Whether the role should be displayed separately in the sidebar

icon?: null | string

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

mentionable?: null | boolean

Whether the role should be mentionable

name?: null | string

Name of the role

permissions?: null | string

Bitwise value of the enabled/disabled permissions

unicode_emoji?: null | string

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

Generated using TypeDoc