1Client → ServerThe pong message is a message that the client must send to the server within 30 seconds of receiving the ping message therwise they'll get disconnected from the WebSocket.
| Property | Type | Description | 
|---|---|---|
| type | 1 | The type of the WebSocket message, indicating a pong event. | 
| data? | null | No data is sent with a pong message. |