Preview environment

interface APIMessageChannelSelectInteractionData

export interface APIMessageChannelSelectInteractionData extends APIMessageComponentBaseInteractionData<ComponentType.ChannelSelect>

component_type : CType

The type of the component

Inherited from: APIMessageComponentBaseInteractionData

custom_id : string

The custom_id of the component

Inherited from: APIMessageComponentBaseInteractionData

resolved : Required<Pick<APIInteractionDataResolved, 'channels'>>

values : Snowflake[]