toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.actor
/
GetSuggestionsResponse
Get
Suggestions
Response
@
Serializable
data
class
GetSuggestionsResponse
(
val
cursor
:
String
?
=
null
,
val
actors
:
List
<
ProfileView
>
)
Members
Constructors
Get
Suggestions
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
actors
:
List
<
ProfileView
>
)
Properties
actors
Link copied to clipboard
val
actors
:
List
<
ProfileView
>
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null