Discord.https - v3.0.16
    Preparing search index...

    Interface APIMessageChannelSelectInteractionData

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

    Hierarchy (View Summary)

    Index

    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[]