Skip to main content

DiscordChannelSelectInteractionResponse

Documentation


Documentation / @discordeno/types / DiscordChannelSelectInteractionResponse

Interface: DiscordChannelSelectInteractionResponse

Defined in: discord/components.ts:561

https://docs.discord.com/developers/components/reference#channel-select-channel-select-interaction-response-structure

Properties

component_type?

optional component_type?: ChannelSelect

Defined in: discord/components.ts:571

Remarks

This is only returned for interaction responses from message interactions


custom_id

custom_id: string

Defined in: discord/components.ts:575

The custom id for the channel select


id

id: number

Defined in: discord/components.ts:573

32 bit integer used as an optional identifier for component


resolved

resolved: DiscordInteractionDataResolved

Defined in: discord/components.ts:577

Resolved entities from selected options


type?

optional type?: ChannelSelect

Defined in: discord/components.ts:566

Remarks

This is only returned for interaction responses from modals


values

values: string[]

Defined in: discord/components.ts:579

IDs of the selected channels