AniLink - v1.29.2
    Preparing search index...

    ThreadCommentsPageResponse is the paginated response from a thread comments query.

    interface ThreadCommentsPageResponse {
        pageInfo: PageInfo;
        threadComments: ThreadCommentResponse[];
    }
    Index
    pageInfo: PageInfo

    Pagination metadata for the response.

    threadComments: ThreadCommentResponse[]

    Thread comments returned for the requested page.