toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.unspecced
/
TrendView
Trend
View
@
Serializable
data
class
TrendView
(
val
topic
:
String
,
val
displayName
:
String
,
val
link
:
String
,
val
startedAt
:
Timestamp
,
val
postCount
:
Long
,
val
status
:
Status
?
=
null
,
val
category
:
String
?
=
null
,
val
actors
:
List
<
ProfileViewBasic
>
)
Members
Constructors
Trend
View
Link copied to clipboard
constructor
(
topic
:
String
,
displayName
:
String
,
link
:
String
,
startedAt
:
Timestamp
,
postCount
:
Long
,
status
:
Status
?
=
null
,
category
:
String
?
=
null
,
actors
:
List
<
ProfileViewBasic
>
)
Properties
actors
Link copied to clipboard
val
actors
:
List
<
ProfileViewBasic
>
category
Link copied to clipboard
val
category
:
String
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
link
Link copied to clipboard
val
link
:
String
post
Count
Link copied to clipboard
val
postCount
:
Long
started
At
Link copied to clipboard
val
startedAt
:
Timestamp
status
Link copied to clipboard
val
status
:
Status
?
=
null
topic
Link copied to clipboard
val
topic
:
String