Reply Ref
data class ReplyRef(val root: ReplyRefRootUnion, val parent: ReplyRefParentUnion, val grandparentAuthor: ProfileViewBasic? = null)
Parameters
grandparent Author
When parent is a reply to another post, this is the author of that post.
Constructors
Link copied to clipboard
constructor(root: ReplyRefRootUnion, parent: ReplyRefParentUnion, grandparentAuthor: ProfileViewBasic? = null)