VerificationDoneEventContent

@Serializable
data class VerificationDoneEventContent(val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStep

See also

Constructors

Link copied to clipboard
constructor(relatesTo: RelatesTo.Reference?, transactionId: String?)

Properties

Link copied to clipboard
open override val externalUrl: String? = null
Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
@SerialName(value = "m.relates_to")
open override val relatesTo: RelatesTo.Reference?
Link copied to clipboard
@SerialName(value = "transaction_id")
open override val transactionId: String?