Response

@Serializable
data class Response(val failures: Map<String, JsonElement>, val oneTimeKeys: Map<UserId, Map<String, Keys>>)

Constructors

Link copied to clipboard
fun Response(failures: Map<String, JsonElement>, oneTimeKeys: Map<UserId, Map<String, Keys>>)

Properties

Link copied to clipboard
val failures: Map<String, JsonElement>
Link copied to clipboard
val oneTimeKeys: Map<UserId, Map<String, Keys>>