GetSuggestionsRequest

data class GetSuggestionsRequest(val cursor: String? = null, val limit: Long? = null)

Get a list of suggested actors. Expected use is discovery of accounts to follow during new account onboarding.

Constructors

Link copied to clipboard
constructor(cursor: String? = null, limit: Long? = null)

Properties

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