MoreComments(@Json("id") id: String, @Json("name") fullname: String, @Json("count") count: Int, @Json("depth") depth: Int, @Json("parent_id") parentId: String, @Json("children") children: List<String>, parentFullname: String = parentId, replies: List<CommentData>? = null, hasReplies: Boolean = false, repliesSize: Int = 0)
This class is used to load more comments in the tree, when a comment or a group of comment is too deep.
Instances of this class along with the class MoreComments is organized in a tree structure, that composes a Submission comments section.