ForceKeepAliveMessage
@Serializable
@SerialName(value = "ForceKeepAlive")
Force keep alive websocket messages. The data is the timeout in seconds after which the server considers the connection lost; clients are expected to answer with a KeepAlive message and to keep sending one at least every half of that timeout.