@typed-discord/interactions
Preparing search index...
types
ChannelSelectMessageComponentInteractionData
Interface ChannelSelectMessageComponentInteractionData
interface
ChannelSelectMessageComponentInteractionData
{
component_type
:
CHANNEL_SELECT
;
custom_id
:
string
;
resolved
:
{
channels
:
{
[
channel_id
:
`
${
bigint
}
`
]:
PartialChannel
}
}
;
values
:
`
${
bigint
}
`
[]
;
}
Hierarchy (
View Summary
)
BaseMessageComponentInteractionData
ChannelSelectMessageComponentInteractionData
Index
Properties
component_
type
custom_
id
resolved
values
Properties
component_
type
component_type
:
CHANNEL_SELECT
Type of the component.
custom_
id
custom_id
:
string
custom_id of the component.
resolved
resolved
:
{
channels
:
{
[
channel_id
:
`
${
bigint
}
`
]:
PartialChannel
}
}
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.