@typed-discord/interactions
Preparing search index...
types
MentionableSelectMessageComponentInteractionData
Interface MentionableSelectMessageComponentInteractionData
interface
MentionableSelectMessageComponentInteractionData
{
component_type
:
MENTIONABLE_SELECT
;
custom_id
:
string
;
resolved
:
{
members
?:
{
[
user_id
:
`
${
bigint
}
`
]:
PartialMember
}
;
roles
?:
{
[
role_id
:
`
${
bigint
}
`
]:
GuildRoleResponse
}
;
users
?:
{
[
user_id
:
`
${
bigint
}
`
]:
UserResponse
}
;
}
;
values
:
`
${
bigint
}
`
[]
;
}
Hierarchy (
View Summary
)
BaseMessageComponentInteractionData
MentionableSelectMessageComponentInteractionData
Index
Properties
component_
type
custom_
id
resolved
values
Properties
component_
type
component_type
:
MENTIONABLE_SELECT
Type of the component.
custom_
id
custom_id
:
string
custom_id of the component.
resolved
resolved
:
{
members
?:
{
[
user_id
:
`
${
bigint
}
`
]:
PartialMember
}
;
roles
?:
{
[
role_id
:
`
${
bigint
}
`
]:
GuildRoleResponse
}
;
users
?:
{
[
user_id
:
`
${
bigint
}
`
]:
UserResponse
}
;
}
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.