GetAuthorFeedQueryParams

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

Constructors

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

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 limit: Long? = 50

Functions

Link copied to clipboard