Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
instantMessaging
StoredMessage
Interface StoredMessage
Message as stored in the database / returned by history API
interface
StoredMessage
{
encrypted
:
SerializedEncryptedMessage
;
from
:
string
;
id
:
string
;
l2psTxHash
:
string
;
l2psUid
:
string
;
messageHash
:
string
;
status
:
MessageStatus
;
timestamp
:
number
;
to
:
string
;
}
Index
Properties
encrypted
from
id
l2ps
Tx
Hash
l2ps
Uid
message
Hash
status
timestamp
to
Properties
encrypted
encrypted
:
SerializedEncryptedMessage
from
from
:
string
id
id
:
string
l2ps
Tx
Hash
l2ps
Tx
Hash
:
string
l2ps
Uid
l2ps
Uid
:
string
message
Hash
message
Hash
:
string
status
status
:
MessageStatus
timestamp
timestamp
:
number
to
to
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
encrypted
from
id
l2ps
Tx
Hash
l2ps
Uid
message
Hash
status
timestamp
to
@kynesyslabs/demosdk
Loading...
Message as stored in the database / returned by history API