GetKeys
See also
Types
Link copied to clipboard
data class Response(val failures: Map<UserId, JsonElement>?, val deviceKeys: Map<UserId, Map<String, SignedDeviceKeys>>?, val masterKeys: Map<UserId, SignedCrossSigningKeys>?, val selfSigningKeys: Map<UserId, SignedCrossSigningKeys>?, val userSigningKeys: Map<UserId, SignedCrossSigningKeys>?)
Functions
Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: GetKeys.Request?): KSerializer<GetKeys.Request>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: GetKeys.Response?): KSerializer<GetKeys.Response>?