GetSuggestionsSkeletonQueryParams

data class GetSuggestionsSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 50, val cursor: String? = null, val relativeToDid: Did? = null)

Parameters

viewer

DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.

relativeToDid

DID of the account to get suggestions relative to. If not provided, suggestions will be based on the viewer.

Constructors

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

Properties

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

DID of the account to get suggestions relative to. If not provided, suggestions will be based on the viewer.

Link copied to clipboard
val viewer: Did? = null

DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.

Functions

Link copied to clipboard