Skip to main content

IQWebSocketHeartbeatMessage

@quik/websocket


@quik/websocket / IQWebSocketHeartbeatMessage

Interface: IQWebSocketHeartbeatMessage

Defined in: websocket/src/types.ts:9

Serializable heartbeat message exchanged over normal WebSocket frames.

Properties

id

id: string

Defined in: websocket/src/types.ts:13

Ping identifier used to match pongs to pings.


timestamp

timestamp: number

Defined in: websocket/src/types.ts:15

Unix timestamp in milliseconds.


type

type: string

Defined in: websocket/src/types.ts:11

Message discriminator.