mobile: deprecation.
This commit is contained in:
+3
-1
@@ -32,7 +32,9 @@ export type SocketConfig = {
|
||||
defaultQueryTimeoutMs: number | undefined
|
||||
/** ping-pong interval for WS connection */
|
||||
keepAliveIntervalMs: number
|
||||
/** should baileys use the mobile api instead of the multi device api */
|
||||
/** should baileys use the mobile api instead of the multi device api
|
||||
* @deprecated This feature has been removed
|
||||
*/
|
||||
mobile?: boolean
|
||||
/** proxy agent */
|
||||
agent?: Agent
|
||||
|
||||
Reference in New Issue
Block a user