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)

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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