OlmKeysChange

data class OlmKeysChange(val oneTimeKeysCount: OneTimeKeysCount?, val fallbackKeyTypes: UnusedFallbackKeyTypes?)

Constructors

Link copied to clipboard
constructor(oneTimeKeysCount: OneTimeKeysCount?, fallbackKeyTypes: UnusedFallbackKeyTypes?)

Properties

Link copied to clipboard
val fallbackKeyTypes: UnusedFallbackKeyTypes?
Link copied to clipboard
val oneTimeKeysCount: OneTimeKeysCount?