keepAlive
Không rõ...
api.keepAlive()
Parameters
Return
Promise<KeepAliveResponse>
Types
export type KeepAliveResponse = { config_vesion: number };Examples
api.keepAlive()
.then(console.log)
.catch(console.error);Last updated