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.