Their Sas Start
data class TheirSasStart(val content: VerificationStartEventContent.SasStartEventContent, olmSas: OlmSAS, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit) : ActiveSasVerificationState
Constructors
Link copied to clipboard
fun TheirSasStart(content: VerificationStartEventContent.SasStartEventContent, olmSas: OlmSAS, json: Json, relatesTo: RelatesTo.Reference?, transactionId: String?, send: suspend (step: VerificationStep) -> Unit)