Package-level declarations

Types

Link copied to clipboard
open class ContextualSerializer<T>(val json: Json, val serializer: KSerializer<T>) : KSerializer<T>
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
class SyncResponseSerializer(json: Json, mappings: EventContentSerializerMappings) : ContextualSerializer<Sync.Response>
Link copied to clipboard
typealias UnusedFallbackKeyTypes = Set<KeyAlgorithm>