Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Get Status Send Message #3

Open
3 tasks done
syifarahmat opened this issue Sep 3, 2020 · 4 comments
Open
3 tasks done

How To Get Status Send Message #3

syifarahmat opened this issue Sep 3, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@syifarahmat
Copy link

syifarahmat commented Sep 3, 2020

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

@Louuke
Copy link
Owner

Louuke commented Sep 3, 2020

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.

@Louuke Louuke added the enhancement New feature or request label Sep 3, 2020
@syifarahmat
Copy link
Author

Thank's

@ecomm1
Copy link

ecomm1 commented Oct 25, 2021

Hi Syifarahmat where you able to get the delivered and read receipts from the logs?

@syifarahmat
Copy link
Author

syifarahmat commented Oct 28, 2021

Hi Syifarahmat where you able to get the delivered and read receipts from the logs?

Ack 1 ack 2 ack 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants