ThreadViewPost

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

Constructors

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

Properties

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