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

    Interface NovelCommentsParams

    Parameters for fetching comments on a novel.

    interface NovelCommentsParams {
        includeTotalComments?: boolean;
        novelId: number;
        offset?: number;
    }
    Index
    includeTotalComments?: boolean

    Whether to include the totalComments count in the response.

    novelId: number

    ID of the novel to fetch comments for.

    offset?: number

    Zero-based offset for pagination.