ThreadViewPost

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

Constructors

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

Properties

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