toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.graph
/
GetFollowsResponse
Get
Follows
Response
@
Serializable
data
class
GetFollowsResponse
(
val
subject
:
ProfileView
,
val
cursor
:
String
?
=
null
,
val
follows
:
ReadOnlyList
<
ProfileView
>
)
Members
Constructors
Get
Follows
Response
Link copied to clipboard
constructor
(
subject
:
ProfileView
,
cursor
:
String
?
=
null
,
follows
:
ReadOnlyList
<
ProfileView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
follows
Link copied to clipboard
val
follows
:
ReadOnlyList
<
ProfileView
>
subject
Link copied to clipboard
val
subject
:
ProfileView