@book000/pixivts - v0.63.0
    Preparing search index...

    Interface UserListParams

    Parameters for fetching a user list.

    interface UserListParams {
        filter?: "for_ios" | "for_android";
        offset?: number;
        userId: number;
    }
    Index
    filter?: "for_ios" | "for_android"

    OS filter to apply (default: "for_ios").

    offset?: number

    Zero-based offset for pagination.

    userId: number

    ID of the user whose list to fetch.