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)