GetAuthorFeedRequest

data class GetAuthorFeedRequest(val actor: <Error class: unknown class>, val cursor: String? = null, val filter: String? = null, val includePins: Boolean? = null, val limit: Long? = null)

Get a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.

Constructors

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

Properties

Link copied to clipboard
val actor: <Error class: unknown class>
Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val filter: String? = null

Combinations of post/repost types to include in response.

Link copied to clipboard
val includePins: Boolean? = null
Link copied to clipboard
val limit: Long? = null