GetSuggestedUsersSkeletonQueryParams

data class GetSuggestedUsersSkeletonQueryParams(val viewer: Did? = null, val category: String? = null, val limit: Long? = 25)

Parameters

viewer

DID of the account making the request (not included for public/unauthenticated queries).

category

Category of users to get suggestions for.

Constructors

Link copied to clipboard
constructor(viewer: Did? = null, category: String? = null, limit: Long? = 25)

Properties

Link copied to clipboard
val category: String? = null

Category of users to get suggestions for.

Link copied to clipboard
val limit: Long? = 25
Link copied to clipboard
val viewer: Did? = null

DID of the account making the request (not included for public/unauthenticated queries).

Functions

Link copied to clipboard