FeedViewPost
data class FeedViewPost(val post: PostView, val reply: ReplyRef? = null, val reason: FeedViewPostReasonUnion? = null, val feedContext: String? = null, val reqId: String? = null)
Parameters
feedContext
Context provided by feed generator that may be passed back alongside interactions.
reqId
Unique identifier per request that may be passed back alongside interactions.
Constructors
Link copied to clipboard
constructor(post: PostView, reply: ReplyRef? = null, reason: FeedViewPostReasonUnion? = null, feedContext: String? = null, reqId: String? = null)