trixnity-clientserverapi-model
3.6.1
common
trixnity-clientserverapi-model
/
net.folivo.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
:
Event
<
*
>
,
val
profileTag
:
String
?
=
null
,
val
read
:
Boolean
,
val
roomId
:
RoomId
,
val
timestamp
:
Long
)
Properties
next
Token
Link copied to clipboard
val
nextToken
:
String
?
=
null
notifications
Link copied to clipboard
val
notifications
:
List
<
GetNotifications.Response.Notification
>