ThreadViewPost

data class ThreadViewPost(val post: PostView, val parent: ThreadViewPostParentUnion? = null, val replies: List<ThreadViewPostReplieUnion> = emptyList())

Constructors

Link copied to clipboard
constructor(post: PostView, parent: ThreadViewPostParentUnion? = null, replies: List<ThreadViewPostReplieUnion> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard