Package-level declarations

Types

Link copied to clipboard
typealias OneTimeKeysCount = Map<KeyAlgorithm, Int>
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>
Link copied to clipboard
object SyncResponseSerializer : JsonTransformingSerializer<Sync.Response>
Link copied to clipboard
typealias UnusedFallbackKeyTypes = Set<KeyAlgorithm>