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