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

    Interface APIMessageUserSelectInteractionData

    interface APIMessageUserSelectInteractionData {
        component_type: UserSelect;
        custom_id: string;
        resolved: APIUserInteractionDataResolved;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: UserSelect

    The type of the component

    custom_id: string

    The custom_id of the component

    values: string[]