mangadex-full-api - v6.2.0
    Preparing search index...

    Type Alias StatisticsDetailsCommentsSchema

    StatisticsDetailsCommentsSchema:
        | { repliesCount: number; threadId: number }
        | null

    StatisticsDetailsComments Comments-related statistics of an entity. If it is null, the entity doesn't have a backing comments thread, and therefore has no comments yet.

    Type Declaration

    • { repliesCount: number; threadId: number }
      • repliesCount: number

        The number of replies on the MangaDex Forums thread backing this entity's comments. This excludes the initial comment that opens the thread, which is created by our systems.

        0

      • threadId: number

        The id of the thread backing the comments for that entity on the MangaDex Forums.

        1

    • null