Unknown

data class Unknown(val algorithm: EncryptionAlgorithm, val raw: JsonObject) : EncryptedMessageEventContent

Constructors

Link copied to clipboard
constructor(algorithm: EncryptionAlgorithm, raw: JsonObject)

Properties

Link copied to clipboard
open override val algorithm: EncryptionAlgorithm
Link copied to clipboard
open override val externalUrl: String? = null
Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
val raw: JsonObject
Link copied to clipboard
open override val relatesTo: RelatesTo? = null

Functions

Link copied to clipboard

This should return the same instance, but with the relatesTo property set to the given value. It is used for event content replacing.