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

    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.

    Min

    0

  • threadId: number

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

    Min

    1

Generated using TypeDoc