@typed-discord/interactions
    Preparing search index...

    Interface ChannelSelectMessageComponentInteractionData

    interface ChannelSelectMessageComponentInteractionData {
        component_type: CHANNEL_SELECT;
        custom_id: string;
        resolved: { channels: { [channel_id: `${bigint}`]: PartialChannel } };
        values: `${bigint}`[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: CHANNEL_SELECT

    Type of the component.

    custom_id: string

    custom_id of the component.

    resolved: { channels: { [channel_id: `${bigint}`]: PartialChannel } }
    values: `${bigint}`[]