TheirSasStart
data class TheirSasStart(val content: VerificationStartEventContent.SasStartEventContent, sasPublicKey: KeyValue.Curve25519KeyValue, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit) : ActiveSasVerificationState
Constructors
Link copied to clipboard
constructor(content: VerificationStartEventContent.SasStartEventContent, sasPublicKey: KeyValue.Curve25519KeyValue, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit)