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

    Interface IllustNewParams

    Parameters for fetching newly posted illusts.

    interface IllustNewParams {
        contentType?: "illust" | "manga";
        filter?: "for_ios" | "for_android";
        maxIllustId?: number;
    }
    Index
    contentType?: "illust" | "manga"

    Restrict results to illusts or manga (omit for both).

    filter?: "for_ios" | "for_android"

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

    maxIllustId?: number

    Cursor: fetch illusts posted before this illust ID.