PostView
data class PostView(val uri: AtUri, val cid: Cid, val author: ProfileViewBasic, val record: JsonContent, val embed: PostViewEmbedUnion? = null, val bookmarkCount: Long? = 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: List<Label>? = null, val threadgate: ThreadgateView? = null, val debug: JsonContent? = null)
Parameters
debug
Debug information for internal development
Constructors
Link copied to clipboard
constructor(uri: AtUri, cid: Cid, author: ProfileViewBasic, record: JsonContent, embed: PostViewEmbedUnion? = null, bookmarkCount: Long? = null, replyCount: Long? = null, repostCount: Long? = null, likeCount: Long? = null, quoteCount: Long? = null, indexedAt: Timestamp, viewer: ViewerState? = null, labels: List<Label>? = null, threadgate: ThreadgateView? = null, debug: JsonContent? = null)