Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
instantMessaging
ProtocolFrame
Interface ProtocolFrame<T>
Base protocol frame
interface
ProtocolFrame
<
T
>
{
payload
:
Record
<
string
,
unknown
>
;
requestId
?:
string
;
timestamp
:
number
;
type
:
T
;
}
Type Parameters
T
extends
string
=
string
Hierarchy (
view full
)
ProtocolFrame
RegisterMessage
SendMessage
HistoryMessage
DiscoverMessage
RequestPublicKeyMessage
RegisteredResponse
IncomingMessage
MessageSentResponse
MessageQueuedResponse
HistoryResponse
DiscoverResponse
PublicKeyResponse
PeerJoinedNotification
PeerLeftNotification
ErrorResponse
Index
Properties
payload
request
Id?
timestamp
type
Properties
payload
payload
:
Record
<
string
,
unknown
>
Optional
request
Id
request
Id
?:
string
Request correlation ID for request/response flows
timestamp
timestamp
:
number
type
type
:
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
payload
request
Id
timestamp
type
@kynesyslabs/demosdk
Loading...
Base protocol frame