mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
socket,config: deprecate printQRInTerminal option
This was done to reduce dependencies
This commit is contained in:
@@ -48,8 +48,10 @@ export type SocketConfig = {
|
||||
browser: WABrowserDescription
|
||||
/** agent used for fetch requests -- uploading/downloading media */
|
||||
fetchAgent?: Agent
|
||||
/** should the QR be printed in the terminal */
|
||||
printQRInTerminal: boolean
|
||||
/** should the QR be printed in the terminal
|
||||
* @deprecated This feature has been removed
|
||||
*/
|
||||
printQRInTerminal?: boolean
|
||||
/** should events be emitted for actions done by this socket connection */
|
||||
emitOwnEvents: boolean
|
||||
/** custom upload hosts to upload media to */
|
||||
|
||||
Reference in New Issue
Block a user