GetTimelineResponse

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

Constructors

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

Properties

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