MessageVerificationCancelContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
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?)
Content copied to clipboard