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

    Interface APIMessageStringSelectInteractionData

    interface APIMessageStringSelectInteractionData {
        component_type: StringSelect;
        custom_id: string;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: StringSelect

    The type of the component

    custom_id: string

    The custom_id of the component

    values: string[]