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)