@typed-discord/rest
Preparing search index...
types
GuildRoleResponse
Interface GuildRoleResponse
interface
GuildRoleResponse
{
color
:
number
;
colors
:
GuildRoleColorsResponse
;
flags
:
number
;
hoist
:
boolean
;
icon
:
string
|
null
;
id
:
`
${
bigint
}
`
;
managed
:
boolean
;
mentionable
:
boolean
;
name
:
string
;
permissions
:
string
;
position
:
number
;
tags
?:
GuildRoleTagsResponse
;
unicode_emoji
:
string
|
null
;
}
Index
Properties
color
colors
flags
hoist
icon
id
managed
mentionable
name
permissions
position
tags?
unicode_
emoji
Properties
color
color
:
number
colors
colors
:
GuildRoleColorsResponse
flags
flags
:
number
hoist
hoist
:
boolean
icon
icon
:
string
|
null
id
id
:
`
${
bigint
}
`
managed
managed
:
boolean
mentionable
mentionable
:
boolean
name
name
:
string
permissions
permissions
:
string
position
position
:
number
Optional
tags
tags
?:
GuildRoleTagsResponse
unicode_
emoji
unicode_emoji
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
colors
flags
hoist
icon
id
managed
mentionable
name
permissions
position
tags
unicode_
emoji
@typed-discord/rest
Loading...