GetSuggestedUsersQueryParams

data class GetSuggestedUsersQueryParams(val category: String? = null, val limit: Long? = 25)

Parameters

category

Category of users to get suggestions for.

Constructors

Link copied to clipboard
constructor(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

Functions

Link copied to clipboard