toggle menu
ozone
common
switch theme
search in API
ozone
/
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
>