Preparing search index...
The search index is not available
API Documentation
API Documentation
types/src
IMessage
Interface IMessage
body
- The body of the message, see
MessageBody
.
createdAt
- The timestamp of the message construction.
sender
- The DID of the sender.
receiver
- The DID of the receiver.
messageId
- The message id.
receivedAt
- The timestamp of the message reception.
inReplyTo
- The id of the parent-message.
references
- The references or the in-reply-to of the parent-message followed by the message-id of the parent-message.
Hierarchy
IMessage
Index
Properties
body
created
At
in
Reply
To?
message
Id?
received
At?
receiver
references?
sender
Properties
body
body
:
MessageBody
created
At
created
At
:
number
Optional
in
Reply
To
in
Reply
To
?:
string
Optional
message
Id
message
Id
?:
string
Optional
received
At
received
At
?:
number
receiver
receiver
:
DidUri
Optional
references
references
?:
(
undefined
|
string
)
[]
sender
sender
:
DidUri
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
API
Documentation
asset-
did/src
augment-
api/src
chain-
helpers/src
Blockchain
Error
Handler
Subscription
Promise
config/src
Config
Service
core/src
Attestation
Balance
Utils
CType
Schemas
Claim
Credential
Delegation
Node
Utils
Public
Credential
Quote
did/src
messaging/src
sdk-
js/src
type-
definitions/src
types/src
Subscription
Promise
utils/src
Crypto
Data
Utils
Json
Schema
SDKErrors
UUID
jsonabc
vc-
export/src
constants
presentation
vcjs
Suites
suites
Kilt
Attested
Suite
Kilt
Integrity
Suite
Kilt
Signature
Suite
verification
IMessage
body
created
At
in
Reply
To?
message
Id?
received
At?
receiver
references?
sender
body
- The body of the message, see MessageBody.createdAt
- The timestamp of the message construction.sender
- The DID of the sender.receiver
- The DID of the receiver.messageId
- The message id.receivedAt
- The timestamp of the message reception.inReplyTo
- The id of the parent-message.references
- The references or the in-reply-to of the parent-message followed by the message-id of the parent-message.