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

    Interface IllustSeriesParams

    Parameters for fetching an illust series.

    interface IllustSeriesParams {
        filter?: "for_ios" | "for_android";
        illustSeriesId: number;
    }
    Index

    Properties

    filter?: "for_ios" | "for_android"

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

    illustSeriesId: number

    ID of the illust series to fetch.