Releases: Secreto31126/whatsapp-api-js
Phone class bug solved
So, seems like wa_id and phone properties can and must co-exist for contacts to work as expected. Solved it :)
The release also includes small jsdoc improvements.
What's Changed
- Serious bug took priority in this branch by @Secreto31126 in #6
Full Changelog: v0.1.3...v0.1.4
Documentation Website
Added a documentation website, hosted in Firebase
Full Changelog: v0.1.2...v0.1.3
Template Support
What's Changed
- Template by @Secreto31126 in #3
New Contributors
- @Secreto31126 made their first contribution in #3
Full Changelog: v0.1.1...v0.1.2
markAsRead() Support
Now you can mark a message as read. Yeah, that's all.
Interactive messages support
Works 95% of it, for some reason media objects in the interactive header doesn't work at all in the API (I'm gonna ask why to support), and text object constructor isn't actually compatible, but you can still use it setting the header param as { type: "text", text: "YOUR_STRING_HERE" }
Read #1 for more information
Break-changing update
Now there's only one function to send messages, which recieves an object of differents type, and the message type is based on the object type.
Added link to this repo in the npm module website
v0.0.3 Added repository link to npm module
Still on alpha
v0.0.2 v0.0.2
Alpha Release
0.0.1 Keep missing some mentions...