-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
May beduplicate of #3433
#2654
Is this a problem caused by your code, or is it specifically because of the library?
- I have double-checked my code carefully.
Describe the bug.
I’m using the following function to send a message to a group after completing the initialization phases (localAuth):
let msg = await client.sendMessage(groupId, message);
Strangely, even though the message is sent properly, it is not necessarily delivered—it seems to depend on the client. In fact, if I log in with an account via WhatsApp Web, I usually see the message. However, it is not visible if I log in using the APK on Android.
Is this a known issue? Is there something that can be done about it?
Expected Behavior
Message must be delivered to all
Steps to Reproduce the Bug or Issue
Init the lib, and push message to group with
let msg = await client.sendMessage(groupId, message);
WhatsApp Account Type
Standard
Browser Type
Chrome
Operation System Type
Ubuntu
Phone OS Type
Android
WhatsApp-Web.js Version
1.27.0
WhatsApp Web Version
2.3000.1021326449
Node.js Version
22
Authentication Strategy
LocalAuth
Additional Context
No response
jma-9code
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working