VerificationRequestToDeviceEventContent

@Serializable
data class VerificationRequestToDeviceEventContent(val fromDevice: String, val methods: Set<VerificationMethod>, val timestamp: Long, val transactionId: String) : ToDeviceEventContent, VerificationRequest

See also

Constructors

Link copied to clipboard
constructor(fromDevice: String, methods: Set<VerificationMethod>, timestamp: Long, transactionId: String)

Properties

Link copied to clipboard
@SerialName(value = "from_device")
open override val fromDevice: String
Link copied to clipboard
@SerialName(value = "methods")
open override val methods: Set<VerificationMethod>
Link copied to clipboard
@SerialName(value = "timestamp")
val timestamp: Long
Link copied to clipboard
@SerialName(value = "transaction_id")
val transactionId: String