kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.app.bsky.graph
/
GetFollowersResponse
Get
Followers
Response
data
class
GetFollowersResponse
(
val
cursor
:
String
?
=
null
,
val
followers
:
List
<
ProfileView
>
,
val
subject
:
ProfileView
)
Members
Constructors
Get
Followers
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
followers
:
List
<
ProfileView
>
,
subject
:
ProfileView
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
followers
Link copied to clipboard
val
followers
:
List
<
ProfileView
>
subject
Link copied to clipboard
val
subject
:
ProfileView