interface APIMessageChannelSelectInteractionData

external
export interface APIMessageChannelSelectInteractionData extends APIMessageComponentBaseInteractionData<ComponentType.ChannelSelect>

external
component_type : CType

The type of the component

Inherited from: APIMessageComponentBaseInteractionData

external
custom_id : string

The custom_id of the component

Inherited from: APIMessageComponentBaseInteractionData

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

external
values : Snowflake[]