ReplyRef
data class ReplyRef(val grandparentAuthor: ProfileViewBasic? = null, val parent: ReplyRefParentUnion, val root: ReplyRefRootUnion)
Constructors
Link copied to clipboard
constructor(grandparentAuthor: ProfileViewBasic? = null, parent: ReplyRefParentUnion, root: ReplyRefRootUnion)