kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
DecryptionErrorMessage
Decryption
Error
Message
common
data
class
DecryptionErrorMessage
(
timestamp
:
Long
?
,
deviceId
:
Int
?
,
ratchetKey
:
String
?
)
Content copied to clipboard
Properties
Properties
deviceId
Link copied to clipboard
common
val
deviceId
:
Int
?
=
null
Content copied to clipboard
ratchetKey
Link copied to clipboard
common
val
ratchetKey
:
String
?
=
null
Content copied to clipboard
timestamp
Link copied to clipboard
common
val
timestamp
:
Long
?
=
null
Content copied to clipboard