@typed-discord/interactions
Preparing search index...
types
RoleSelectMessageComponentInteractionData
Interface RoleSelectMessageComponentInteractionData
interface
RoleSelectMessageComponentInteractionData
{
component_type
:
ROLE_SELECT
;
custom_id
:
string
;
resolved
:
{
roles
:
{
[
role_id
:
`
${
bigint
}
`
]:
GuildRoleResponse
}
}
;
values
:
`
${
bigint
}
`
[]
;
}
Hierarchy (
View Summary
)
BaseMessageComponentInteractionData
RoleSelectMessageComponentInteractionData
Index
Properties
component_
type
custom_
id
resolved
values
Properties
component_
type
component_type
:
ROLE_SELECT
Type of the component.
custom_
id
custom_id
:
string
custom_id of the component.
resolved
resolved
:
{
roles
:
{
[
role_id
:
`
${
bigint
}
`
]:
GuildRoleResponse
}
}
values
values
:
`
${
bigint
}
`
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component_
type
custom_
id
resolved
values
@typed-discord/interactions
Loading...
Type of the component.