CommentsLevelLimited

data class CommentsLevelLimited(items: List<Comment>, rootLoadMore: CommentsLoadMore?)

Parameters

items
rootLoadMore

Constructors

Link copied to clipboard
fun CommentsLevelLimited(items: List<Comment> = listOf(), rootLoadMore: CommentsLoadMore?)

Properties

Link copied to clipboard
val items: List<Comment>
Link copied to clipboard
val rootLoadMore: CommentsLoadMore?