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

    Interface UserIllustsParams

    Parameters for fetching a user's illusts.

    interface UserIllustsParams {
        filter?: "for_ios" | "for_android";
        offset?: number;
        type?: "illust" | "manga";
        userId: number;
    }
    Index

    Properties

    filter?: "for_ios" | "for_android"

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

    offset?: number

    Zero-based offset for pagination.

    type?: "illust" | "manga"

    Work type to filter by (omit to return both illusts and manga).

    userId: number

    ID of the user whose illusts to fetch.