toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.notification
/
ListNotificationsQueryParams
List
Notifications
Query
Params
@
Serializable
data
class
ListNotificationsQueryParams
(
val
limit
:
Long
?
=
50
,
val
priority
:
Boolean
?
=
null
,
val
cursor
:
String
?
=
null
,
val
seenAt
:
Timestamp
?
=
null
)
Members
Constructors
List
Notifications
Query
Params
Link copied to clipboard
constructor
(
limit
:
Long
?
=
50
,
priority
:
Boolean
?
=
null
,
cursor
:
String
?
=
null
,
seenAt
:
Timestamp
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
50
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
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>