Request

@Serializable
data class Request(val oneTimeKeys: Map<UserId, Map<String, KeyAlgorithm>>, val timeout: Long?)

Constructors

Link copied to clipboard
fun Request(oneTimeKeys: Map<UserId, Map<String, KeyAlgorithm>>, timeout: Long?)

Properties

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