Skip to content

Releases: dedysurya13/Whatsapp-API

v.1.0.4

17 Dec 03:40
Compare
Choose a tag to compare

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.

v1.0.3

09 Dec 08:07
Compare
Choose a tag to compare

Add parameter 'title' (optional) on send uploaded media API endpoint

v1.0.2

11 Nov 10:31
Compare
Choose a tag to compare

Fix error reference could not be found github:pedroslopez/whatsapp-web.js#webpack-exodus

v1.0.1

24 Oct 09:56
e273d07
Compare
Choose a tag to compare

Update:
Penambahan watcher file.

Whatsapp bot dapat merestart otomatis setelah crash.
Penggunaan:
Jalankan Whatsapp-API dengan npm run start:auto

v1.0.0

17 Sep 07:57
c20f2da
Compare
Choose a tag to compare
Delete .wwebjs_cache directory