ReplyRef

data class ReplyRef(val root: ReplyRefRootUnion, val parent: ReplyRefParentUnion, val grandparentAuthor: ProfileViewBasic? = null)

Parameters

grandparentAuthor

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)

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