You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
here I have implement the code to get the funtion of message read status of webhook
now you could get he message status update if it is deliver or read
Yes @xinkyo, this webhook call is correct, but.. if the recipient is offline? How to ensure that the message was sent at least to the whatsapp "server"?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
here I have implement the code to get the funtion of message read status of webhook
now you could get he message status update if it is deliver or read
src/api/class/instance.js
line 318
sock?.ev.on('messages.update', async (messages) => {
})
The text was updated successfully, but these errors were encountered: