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

Error on send media (image, pdf, etc) #1086

Closed gustavoaf90 closed 2 years ago

gustavoaf90 commented 2 years ago

When I try to send pdf:

mc.processAttachments([{file: mediaBlob}, 1], chat, 1).then(() => {
    var media = mc.models[0];
    media.sendToChat(chat, {caption: caption}).catch((error)=> {
        console.log(error);
    })
});

is giving me this error:

error = Error: MediaPrep not available at Object.sendToChat