Post View
data class PostView(val uri: AtUri, val cid: Cid, val author: ProfileViewBasic, val record: JsonContent, val embed: PostViewEmbedUnion? = null, val replyCount: Long? = null, val repostCount: Long? = null, val likeCount: Long? = null, val quoteCount: Long? = null, val indexedAt: Timestamp, val viewer: ViewerState? = null, val labels: ReadOnlyList<Label> = persistentListOf(), val threadgate: ThreadgateView? = null)
Constructors
Link copied to clipboard
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: ReadOnlyList<Label> = persistentListOf(), threadgate: ThreadgateView? = null)