Response

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

Constructors

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

Properties

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