GetFeedSkeletonResponse

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

Constructors

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

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard