@typed-discord/rest
Preparing search index...
types
InviteGuildRoleResponse
Function InviteGuildRoleResponse
InviteGuildRoleResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
position
:
number
,
color
:
number
,
colors
:
GuildRoleColorsResponse
,
icon
:
string
|
null
,
unicode_emoji
:
string
|
null
,
optional
?:
Omit
<
InviteGuildRoleResponse
,
"id"
|
"name"
|
"icon"
|
"position"
|
"colors"
|
"color"
|
"unicode_emoji"
,
>
,
)
:
InviteGuildRoleResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
position
:
number
color
:
number
colors
:
GuildRoleColorsResponse
icon
:
string
|
null
unicode_emoji
:
string
|
null
Optional
optional
:
Omit
<
InviteGuildRoleResponse
,
"id"
|
"name"
|
"icon"
|
"position"
|
"colors"
|
"color"
|
"unicode_emoji"
,
>
Returns
InviteGuildRoleResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...