tofers
tofers
The things that matter to me are. 1. Switching between the two in a running Puppeteer (without restarting the client) by number and back again 2. Entering a phone number...
Required to be reproduced as in the original WA. 1. QR 2. Transition to the phone 3. Switch to QR These are the basic actions in the original Whatsapp. Restarting...
``` client.on('loading_screen', (percent, message) => { console.log('LOADING SCREEN', percent, message); }); ```
Yes it is just the loading of chats, the loading of messages will be synchronized when you receive messages in each chat. Otherwise the memory will quickly become clogged I...
https://docs.wwebjs.dev/Message.html#getOrder ?
getaddrinfo ENOTFOUND [2a01:4f9:c01]
I checked on two versions of WhatsApp "2.2310.5" and "2.2311.5" WWebJS v 1.19.4 In both cases I was able to add a member to the group. Check the number on...
Most likely you have the wrong message ID or the second option is that the message you quoted is not loaded (not in the cache) I checked, the quotation works
You need to resolve this on your side. There is no error when communication is just starting, not only a message comes, but also an e2e_notification notification Rely only on...