Skip to content

Inconsistent Message Delivery in WhatsApp Group Messages #3506

@jma-9code

Description

@jma-9code

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions