trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.push
/
GetNotifications
/
Response
Response
@
Serializable
data
class
Response
(
val
nextToken
:
String
?
=
null
,
val
notifications
:
List
<
GetNotifications.Response.Notification
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
nextToken
:
String
?
=
null
,
notifications
:
List
<
GetNotifications.Response.Notification
>
)
Types
Notification
Link copied to clipboard
@
Serializable
data
class
Notification
(
val
actions
:
Set
<
PushAction
>
,
val
event
:
ClientEvent.RoomEvent
<
*
>
,
val
profileTag
:
String
?
=
null
,
val
read
:
Boolean
,
val
roomId
:
RoomId
,
val
timestamp
:
Long
)
Properties
next
Token
Link copied to clipboard
@
SerialName
(
value
=
"next_token"
)
val
nextToken
:
String
?
notifications
Link copied to clipboard
@
SerialName
(
value
=
"notifications"
)
val
notifications
:
List
<
GetNotifications.Response.Notification
>