toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.feed
/
GetActorFeedsResponse
Get
Actor
Feeds
Response
@
Serializable
data
class
GetActorFeedsResponse
(
val
cursor
:
String
?
=
null
,
val
feeds
:
ReadOnlyList
<
GeneratorView
>
)
Members
Constructors
Get
Actor
Feeds
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
feeds
:
ReadOnlyList
<
GeneratorView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
feeds
Link copied to clipboard
val
feeds
:
ReadOnlyList
<
GeneratorView
>