OlmEncryptedEventContent

@Serializable
data class OlmEncryptedEventContent(val ciphertext: Map<String, EncryptedEventContent.OlmEncryptedEventContent.CiphertextInfo>, val senderKey: Key.Curve25519Key, val relatesTo: RelatesTo? = null, val mentions: Mentions? = null) : EncryptedEventContent

Constructors

Link copied to clipboard
constructor(ciphertext: Map<String, EncryptedEventContent.OlmEncryptedEventContent.CiphertextInfo>, senderKey: Key.Curve25519Key, relatesTo: RelatesTo? = null, mentions: Mentions? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
open override val relatesTo: RelatesTo? = null
Link copied to clipboard