Encrypted Event Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class representing an encrypted event content.
Constructors
Link copied to clipboard
fun EncryptedEventContent( @Json(name = "algorithm" ) algorithm: String? = null, @Json(name = "ciphertext" ) ciphertext: String? = null, @Json(name = "device_id" ) deviceId: String? = null, @Json(name = "sender_key" ) senderKey: String? = null, @Json(name = "session_id" ) sessionId: String? = null, @Json(name = "m.relates_to" ) relatesTo: RelationDefaultContent? = null)
Content copied to clipboard