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.03k stars 795 forks source link

Store.MediaCollection.processAttachments #960

Open renjop opened 3 years ago

renjop commented 3 years ago

It appears that the newest WhatsApp Version (2.2045.15) hides the processAttachments function. I've tried searching and found several functions that might work, but at the moment I haven't been able to make them work: {id: "getOrCreateMediaObject", conditions: (module) => (module.getOrCreateMediaObject) ? module : null}, {id: "uploadMedia", conditions: (module) => (module.uploadMedia) ? module : null}, {id: "sendMediaWithMentions", conditions: (module) => (module.sendMediaWithMentions) ? module : null}, {id: "sendMsgRecord", conditions: (module) => (module.sendMsgRecord) ? module : null},

marcelocecin commented 3 years ago

https://github.com/pedroslopez/whatsapp-web.js/commit/fc7a1a997415b70f4f4553f0903ce257a9d22ec6