FeedViewPost

data class FeedViewPost(val feedContext: String? = null, val post: PostView, val reason: FeedViewPostReasonUnion? = null, val reply: ReplyRef? = null, val reqId: String? = null)

Constructors

Link copied to clipboard
constructor(feedContext: String? = null, post: PostView, reason: FeedViewPostReasonUnion? = null, reply: ReplyRef? = null, reqId: String? = null)

Properties

Link copied to clipboard
val feedContext: String? = null

Context provided by feed generator that may be passed back alongside interactions.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reply: ReplyRef? = null
Link copied to clipboard
val reqId: String? = null

Unique identifier per request that may be passed back alongside interactions.