MegolmEncryptedMessageEventContent
@Serializable
Constructors
Link copied to clipboard
constructor(ciphertext: MegolmMessageValue, senderKey: KeyValue.Curve25519KeyValue? = null, deviceId: String? = null, sessionId: String, relatesTo: RelatesTo? = null, mentions: Mentions? = null, externalUrl: String? = null)
Properties
Functions
Link copied to clipboard
open override fun copyWith(relatesTo: RelatesTo?): EncryptedMessageEventContent.MegolmEncryptedMessageEventContent
This should return the same instance, but with the relatesTo property set to the given value. It is used for event content replacing.