Defines the client heartbeat interval.

interface GatewayHelloPayload {
    heartbeat_interval: number;
}

Properties

heartbeat_interval: number

The interval the client should heartbeat with.