GetFeedRequest

data class GetFeedRequest(val cursor: String? = null, val feed: <Error class: unknown class>, val limit: Long? = null)

Get a hydrated feed from an actor's selected feed generator. Implemented by App View.

Constructors

Link copied to clipboard
constructor(cursor: String? = null, feed: <Error class: unknown class>, limit: Long? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val feed: <Error class: unknown class>
Link copied to clipboard
val limit: Long? = null