ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.unspecced
/
GetTrendingTopicsResponse
Get
Trending
Topics
Response
@
Serializable
data
class
GetTrendingTopicsResponse
(
val
topics
:
List
<
TrendingTopic
>
,
val
suggested
:
List
<
TrendingTopic
>
)
Members
Constructors
Get
Trending
Topics
Response
Link copied to clipboard
constructor
(
topics
:
List
<
TrendingTopic
>
,
suggested
:
List
<
TrendingTopic
>
)
Properties
suggested
Link copied to clipboard
val
suggested
:
List
<
TrendingTopic
>
topics
Link copied to clipboard
val
topics
:
List
<
TrendingTopic
>