EncryptionEventContent

@Serializable
data class EncryptionEventContent(val rotationPeriodMs: Long? = null, val rotationPeriodMsgs: Long? = null, val algorithm: EncryptionAlgorithm = EncryptionAlgorithm.Megolm) : StateEventContent

See also

Constructors

Link copied to clipboard
constructor(rotationPeriodMs: Long? = null, rotationPeriodMsgs: Long? = null, algorithm: EncryptionAlgorithm = EncryptionAlgorithm.Megolm)

Properties

Link copied to clipboard
Link copied to clipboard
val rotationPeriodMs: Long? = null
Link copied to clipboard