Comments Level Limited
data class CommentsLevelLimited(items: List<Comment>, rootLoadMore: CommentsLoadMore?)
Content copied to clipboard
Parameters
items
root Load More
Constructors
Link copied to clipboard
fun CommentsLevelLimited(items: List<Comment> = listOf(), rootLoadMore: CommentsLoadMore?)
Content copied to clipboard