Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
instantMessaging
MessageSentResponse
Interface MessageSentResponse
Base protocol frame
interface
MessageSentResponse
{
payload
:
{
l2psStatus
:
"failed"
|
"submitted"
;
messageHash
:
string
;
}
;
requestId
?:
string
;
timestamp
:
number
;
type
:
"message_sent"
;
}
Hierarchy (
view full
)
ProtocolFrame
<
"message_sent"
>
MessageSentResponse
Index
Properties
payload
request
Id?
timestamp
type
Properties
payload
payload
:
{
l2psStatus
:
"failed"
|
"submitted"
;
messageHash
:
string
;
}
Type declaration
l2ps
Status
:
"failed"
|
"submitted"
L2PS mempool status
message
Hash
:
string
Optional
request
Id
request
Id
?:
string
Request correlation ID for request/response flows
timestamp
timestamp
:
number
type
type
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
payload
request
Id
timestamp
type
@kynesyslabs/demosdk
Loading...
Base protocol frame