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

    Interface StringSelectMessageComponentInteractionData

    interface StringSelectMessageComponentInteractionData {
        component_type: STRING_SELECT;
        custom_id: string;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: STRING_SELECT

    Type of the component.

    custom_id: string

    custom_id of the component.

    values: string[]