kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
JsonVerifiedMessage
Json
Verified
Message
common
data
class
JsonVerifiedMessage
(
destination
:
JsonAddress
?
,
identityKey
:
String
?
,
verified
:
String
?
,
timestamp
:
Long
?
)
Content copied to clipboard
Properties
Properties
destination
Link copied to clipboard
common
val
destination
:
JsonAddress
?
=
null
Content copied to clipboard
identityKey
Link copied to clipboard
common
val
identityKey
:
String
?
=
null
Content copied to clipboard
timestamp
Link copied to clipboard
common
val
timestamp
:
Long
?
=
null
Content copied to clipboard
verified
Link copied to clipboard
common
val
verified
:
String
?
=
null
Content copied to clipboard