toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.unspecced
/
SkeletonTrend
Skeleton
Trend
@
Serializable
data
class
SkeletonTrend
(
val
topic
:
String
,
val
displayName
:
String
,
val
link
:
String
,
val
startedAt
:
Timestamp
,
val
postCount
:
Long
,
val
status
:
Status
?
=
null
,
val
category
:
String
?
=
null
,
val
dids
:
List
<
Did
>
)
Members
Constructors
Skeleton
Trend
Link copied to clipboard
constructor
(
topic
:
String
,
displayName
:
String
,
link
:
String
,
startedAt
:
Timestamp
,
postCount
:
Long
,
status
:
Status
?
=
null
,
category
:
String
?
=
null
,
dids
:
List
<
Did
>
)
Properties
category
Link copied to clipboard
val
category
:
String
?
=
null
dids
Link copied to clipboard
val
dids
:
List
<
Did
>
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