GetFeedSkeletonResponse

data class GetFeedSkeletonResponse(val cursor: String? = null, val feed: List<SkeletonFeedPost>, val reqId: String? = null)

Parameters

reqId

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

Constructors

Link copied to clipboard
constructor(cursor: String? = null, feed: List<SkeletonFeedPost>, reqId: String? = null)

Properties

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

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