PostView

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 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, indexedAt: Timestamp, viewer: ViewerState? = null, labels: ReadOnlyList<Label> = persistentListOf(), threadgate: ThreadgateView? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cid: Cid
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val likeCount: Long? = null
Link copied to clipboard
Link copied to clipboard
val replyCount: Long? = null
Link copied to clipboard
val repostCount: Long? = null
Link copied to clipboard
Link copied to clipboard
val uri: AtUri
Link copied to clipboard
val viewer: ViewerState? = null