GetAuthorFeedQueryParams

data class GetAuthorFeedQueryParams(    val actor: AtIdentifier,     val limit: Long? = 50,     val cursor: String? = null,     val filter: GetAuthorFeedFilter? = GetAuthorFeedFilter.PostsWithReplies,     val includePins: Boolean? = false)

Parameters

filter

Combinations of post/repost types to include in response.

Constructors

Link copied to clipboard
constructor(    actor: AtIdentifier,     limit: Long? = 50,     cursor: String? = null,     filter: GetAuthorFeedFilter? = GetAuthorFeedFilter.PostsWithReplies,     includePins: Boolean? = false)

Properties

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

Combinations of post/repost types to include in response.

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

Functions

Link copied to clipboard