Hi, I have a problem. When I send a message in a one-on-one chat, I can track the status of the message using the message_ack event. However, when I send a message to a group chat, I only receive the initial message_ack event for the "sent" status. I don't receive any further message_ack events when the message is received or read by the group participants. Can anyone help me with this?
#message_ack on groups
5 messages · Page 1 of 1 (latest)
You know it's a bit different from private chat, right?
Received and read only are completed and fired when everyone in the group receives and reads the message.
Yes, I know, but even when the message on the phone shows the double check (meaning it's been received by everyone), on WhatsApp Web JS I don't receive the message_ack event. So I was wondering if this is a known issue or if it's just a problem on my side
can someone help me with the handle of group chat ack events?
I tested and it is working fine, follow ACK log where two different users from a group read a message