DecryptionErrorMessage

data class DecryptionErrorMessage(timestamp: Long?, deviceId: Int?, ratchetKey: String?)

Properties

Link copied to clipboard
val deviceId: Int? = null
Link copied to clipboard
val ratchetKey: String? = null
Link copied to clipboard
val timestamp: Long? = null