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

    Interface IllustCommentsParams

    Parameters for fetching comments on an illust.

    interface IllustCommentsParams {
        illustId: number;
        includeTotalComments?: boolean;
        offset?: number;
    }
    Index
    illustId: number

    ID of the illust to fetch comments for.

    includeTotalComments?: boolean

    Whether to include the totalComments count in the response.

    offset?: number

    Zero-based offset for pagination.