toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.unspecced
/
GetPopularFeedGeneratorsResponse
Get
Popular
Feed
Generators
Response
@
Serializable
data
class
GetPopularFeedGeneratorsResponse
(
val
cursor
:
String
?
=
null
,
val
feeds
:
List
<
GeneratorView
>
)
Members
Constructors
Get
Popular
Feed
Generators
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
feeds
:
List
<
GeneratorView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
feeds
Link copied to clipboard
val
feeds
:
List
<
GeneratorView
>