ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.contact
/
GetMatchesResponse
Get
Matches
Response
@
Serializable
data
class
GetMatchesResponse
(
val
cursor
:
String
?
=
null
,
val
matches
:
List
<
ProfileView
>
)
Members
Constructors
Get
Matches
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
matches
:
List
<
ProfileView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
matches
Link copied to clipboard
val
matches
:
List
<
ProfileView
>