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)

Properties

Link copied to clipboard

When parent is a reply to another post, this is the author of that post.

Link copied to clipboard
Link copied to clipboard