FailedDecryption

data class FailedDecryption(val encodedData: ByteArray? = null, val code: Int?, val isDecryptionResolved: Boolean, val senderUserId: QualifiedIDEntity, val senderClientId: String?) : MessageEntityContent.Regular

Constructors

Link copied to clipboard
constructor(encodedData: ByteArray? = null, code: Int?, isDecryptionResolved: Boolean, senderUserId: QualifiedIDEntity, senderClientId: String?)

Properties

Link copied to clipboard
val code: Int?
Link copied to clipboard
val encodedData: ByteArray? = null
Link copied to clipboard
Link copied to clipboard
val senderClientId: String?
Link copied to clipboard