toggle menu
trixnity-clientserverapi-model
4.11.2
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.sync
Package-level
declarations
Types
Types
One
Time
Keys
Count
Link copied to clipboard
typealias
OneTimeKeysCount
=
Map
<
KeyAlgorithm
,
Int
>
Sync
Link copied to clipboard
@
Serializable
data
class
Sync
(
val
filter
:
String
?
=
null
,
val
fullState
:
Boolean
?
=
null
,
val
setPresence
:
Presence
?
=
null
,
val
since
:
String
?
=
null
,
val
timeout
:
Long
?
=
null
,
val
asUserId
:
UserId
?
=
null
)
:
MatrixEndpoint
<
Unit
,
Sync.Response
>
Sync
Response
Serializer
Link copied to clipboard
object
SyncResponseSerializer
:
JsonTransformingSerializer
<
Sync.Response
>
Unused
Fallback
Key
Types
Link copied to clipboard
typealias
UnusedFallbackKeyTypes
=
Set
<
KeyAlgorithm
>