mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 796 forks source link

Is decryption or download of media files possible in wapi.js? #1157

Open kivlanzein opened 2 years ago

kivlanzein commented 2 years ago

The download_media python function does the decryption of an encrypted file using the python library.

However Whatsapp web does it using its own Javascript libraries.

Has anyone found a way of decrypting an encrypted or download media file using Javascript in wapi.js?

Which item in the Store object includes the decrypt download media function?