EncryptionEventContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
Class representing an encrypted event content.
Constructors
Link copied to clipboard
fun EncryptionEventContent( @Json(name = "algorithm") algorithm: String?, @Json(name = "rotation_period_ms") rotationPeriodMs: Long? = null, @Json(name = "rotation_period_msgs") rotationPeriodMsgs: Long? = null)
Content copied to clipboard