PostView

constructor(    uri: AtUri,     cid: Cid,     author: ProfileViewBasic,     record: JsonContent,     embed: PostViewEmbedUnion? = null,     replyCount: Long? = null,     repostCount: Long? = null,     likeCount: Long? = null,     quoteCount: Long? = null,     indexedAt: Timestamp,     viewer: ViewerState? = null,     labels: List<Label> = emptyList(),     threadgate: ThreadgateView? = null)