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
How to get status send message, I detect Log when :
My Message is Sent, the log is Cmd,ack:1
My Message is Receive to remoteJid, the log is Cmd,ack:2
My Message is Read by remoteJid, the log is Cmd,ack:3
Or how to get this Log: s73,["Msg",{"cmd":"ack","id":"31AABD2D96B7E8AF220B266CF3DAD3F3","ack":1,"from":"[email protected]","to":"[email protected]","t":1599140847}]
Thank
The text was updated successfully, but these errors were encountered:
Currently there is no way implemented to retrieve the status of a sent message. I don't have much time to work on the API, so this feature is not a high priority for me. At least for now.
To get the log you could for example check within the onTextMessage method of the WAClient class if the received message contains the string "ack". This of course requires you to recompile the library.
How to get status send message, I detect Log when :
Or how to get this Log:
s73,["Msg",{"cmd":"ack","id":"31AABD2D96B7E8AF220B266CF3DAD3F3","ack":1,"from":"[email protected]","to":"[email protected]","t":1599140847}]
Thank
The text was updated successfully, but these errors were encountered: