toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.notification
/
GetUnreadCountQueryParams
Get
Unread
Count
Query
Params
@
Serializable
data
class
GetUnreadCountQueryParams
(
val
priority
:
Boolean
?
=
null
,
val
seenAt
:
Timestamp
?
=
null
)
Members
Constructors
Get
Unread
Count
Query
Params
Link copied to clipboard
constructor
(
priority
:
Boolean
?
=
null
,
seenAt
:
Timestamp
?
=
null
)
Properties
priority
Link copied to clipboard
val
priority
:
Boolean
?
=
null
seen
At
Link copied to clipboard
val
seenAt
:
Timestamp
?
=
null
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>