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

    Interface UserMypixivParams

    Parameters for fetching a user's myPixiv users.

    interface UserMypixivParams {
        offset?: number;
        userId: number;
    }
    Index
    offset?: number

    Zero-based offset for pagination.

    userId: number

    ID of the user whose myPixiv users to fetch.