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

    Interface APIMessageRoleSelectInteractionData

    interface APIMessageRoleSelectInteractionData {
        component_type: RoleSelect;
        custom_id: string;
        resolved: Required<Pick<APIInteractionDataResolved, "roles">>;
        values: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    component_type: RoleSelect

    The type of the component

    custom_id: string

    The custom_id of the component

    resolved: Required<Pick<APIInteractionDataResolved, "roles">>
    values: string[]