Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
instantMessaging
PublicKeyResponse
Interface PublicKeyResponse
Base protocol frame
interface
PublicKeyResponse
{
payload
:
{
publicKey
:
string
;
targetId
:
string
;
}
;
requestId
?:
string
;
timestamp
:
number
;
type
:
"public_key_response"
;
}
Hierarchy (
view full
)
ProtocolFrame
<
"public_key_response"
>
PublicKeyResponse
Index
Properties
payload
request
Id?
timestamp
type
Properties
payload
payload
:
{
publicKey
:
string
;
targetId
:
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