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

    Interface UserSelectMessageComponentInteractionData

    interface UserSelectMessageComponentInteractionData {
        component_type: USER_SELECT;
        custom_id: string;
        resolved: {
            members?: { [user_id: `${bigint}`]: PartialMember };
            users: { [user_id: `${bigint}`]: UserResponse };
        };
        values: `${bigint}`[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: USER_SELECT

    Type of the component.

    custom_id: string

    custom_id of the component.

    resolved: {
        members?: { [user_id: `${bigint}`]: PartialMember };
        users: { [user_id: `${bigint}`]: UserResponse };
    }
    values: `${bigint}`[]