interface PartialRoleData
extends
RoleDataexport interface PartialRoleData extends RoleDataPartial data for a Role.
externalcolor : ColorResolvable
The color of the role, either a hex string or a base 10 number
externalhoist : boolean
Whether the role should be hoisted
optionalicon? : BufferResolvable | Base64Resolvable | EmojiResolvable | null
The icon for the role The EmojiResolvable should belong to the same guild as the role. If not, pass the emoji's URL directly
Inherited from: RoleData
The role's id, used to set channel overrides. This is a placeholder and will be replaced by the API after consumption
externalmentionable : boolean
Whether the role should be mentionable
externalname : string
The name of the role
externalpermissions : PermissionResolvable
The permissions of the role
externalposition : number
The position of the role