interface APIMessageChannelSelectInteractionData {
    component_type: ChannelSelect;
    custom_id: string;
    resolved: Required<Pick<APIInteractionDataResolved, "channels">>;
    values: string[];
}

Hierarchy (View Summary)

Properties

component_type: ChannelSelect

The type of the component

custom_id: string

The custom_id of the component

resolved: Required<Pick<APIInteractionDataResolved, "channels">>
values: string[]