Olm Event Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing an encrypted event content.
Constructors
Link copied to clipboard
fun OlmEventContent(@Json(name = "ciphertext" ) ciphertext: Map<String, Any>? = null, @Json(name = "sender_key" ) senderKey: String? = null)
Content copied to clipboard