toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.actor
/
KnownFollowers
Known
Followers
@
Serializable
data
class
KnownFollowers
(
val
count
:
Long
,
val
followers
:
ReadOnlyList
<
ProfileViewBasic
>
)
The subject's followers whom you also follow
Members
Constructors
Known
Followers
Link copied to clipboard
constructor
(
count
:
Long
,
followers
:
ReadOnlyList
<
ProfileViewBasic
>
)
Properties
count
Link copied to clipboard
val
count
:
Long
followers
Link copied to clipboard
val
followers
:
ReadOnlyList
<
ProfileViewBasic
>