toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.unspecced
/
GetSuggestedUsersQueryParams
Get
Suggested
Users
Query
Params
@
Serializable
data
class
GetSuggestedUsersQueryParams
(
val
category
:
String
?
=
null
,
val
limit
:
Long
?
=
25
)
Parameters
category
Category of users to get suggestions for.
Members
Constructors
Get
Suggested
Users
Query
Params
Link copied to clipboard
constructor
(
category
:
String
?
=
null
,
limit
:
Long
?
=
25
)
Properties
category
Link copied to clipboard
val
category
:
String
?
=
null
Category of users to get suggestions for.
limit
Link copied to clipboard
val
limit
:
Long
?
=
25
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>