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

    Interface IllustCommentsPage

    Page response for GET /v1/illust/comments.

    interface IllustCommentsPage {
        commentAccessControl?: number;
        comments: IllustComment[];
        nextUrl: string | null;
        totalComments?: number;
    }
    Index
    commentAccessControl?: number

    Who is permitted to post comments (may be absent).

    comments: IllustComment[]

    Comments on this page.

    nextUrl: string | null

    URL to the next page, or null when this is the last page.

    totalComments?: number

    Total number of comments on the illust (present only when includeTotalComments is requested).