MessageVerificationCancelContent

@JsonClass(generateAdapter = true)
data class MessageVerificationCancelContent(    @Json(name = "code") val code: String? = null,     @Json(name = "reason") val reason: String? = null,     @Json(name = "m.relates_to") val relatesTo: RelationDefaultContent?)

Constructors

Link copied to clipboard
fun MessageVerificationCancelContent(    @Json(name = "code") code: String? = null,     @Json(name = "reason") reason: String? = null,     @Json(name = "m.relates_to") relatesTo: RelationDefaultContent?)

Properties

Link copied to clipboard
val code: String? = null
Link copied to clipboard
val reason: String? = null
Link copied to clipboard
val relatesTo: RelationDefaultContent?
Link copied to clipboard
val transactionId: String?