Request

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

Constructors

Link copied to clipboard
constructor(keysFrom: Map<UserId, Set<String>>, timeout: Long?)

Properties

Link copied to clipboard
@SerialName(value = "device_keys")
val keysFrom: Map<UserId, Set<String>>
Link copied to clipboard
@SerialName(value = "timeout")
val timeout: Long?