SecureMessenger
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
SecureMessenger
matrix
/
ltechnologies.onionphone.securemessenger.protocol.matrix
/
SyncResponse
Sync
Response
@
Serializable
data
class
SyncResponse
(
val
nextBatch
:
String
?
=
null
,
val
rooms
:
RoomsSection
?
=
null
)
Members
Constructors
Sync
Response
Link copied to clipboard
constructor
(
nextBatch
:
String
?
=
null
,
rooms
:
RoomsSection
?
=
null
)
Properties
next
Batch
Link copied to clipboard
@
SerialName
(
value
=
"next_batch"
)
val
nextBatch
:
String
?
rooms
Link copied to clipboard
val
rooms
:
RoomsSection
?