Skip to content

v.1.0.4

Latest
Compare
Choose a tag to compare
@dedysurya13 dedysurya13 released this 17 Dec 03:40
· 4 commits to main since this release

New API Endpoint

http://localhost:8000/delete-message

You can delete your own message from recipient Whatsapp.

Paramaters:

  • number: the recipient number
  • limit (optional): limit latest message that you can delete (default is 1)
  • everyone (optional): delete for everyone (default is true; true: delete for everyone, false: delete for me)

Limitation

  • You can only delete 1 (one) message per request. If you set limit more than 1, the API will remove the oldest messages from the limit filter.
  • You can only delete messages if they have not exceeded the WhatsApp deletion time limit.