Webwhatsapp-wrapper: window.WAPI.sendImage not working

Created on 30 Jan 2020  路  3Comments  路  Source: mukulhase/WebWhatsapp-Wrapper

I tried wapi.js and found window.WAPI.sendImage has not worked.

Most helpful comment

Search for all occurrences of mediaCollection and replace:
var mc = new Store.MediaCollection();
to
var mc = new Store.MediaCollection(chat);

All 3 comments

Search for all occurrences of mediaCollection and replace:
var mc = new Store.MediaCollection();
to
var mc = new Store.MediaCollection(chat);

Done

Search for all occurrences of mediaCollection and replace:
var mc = new Store.MediaCollection();
to
var mc = new Store.MediaCollection(chat);

Thanks, bro... That's works!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mhndm picture mhndm  路  5Comments

smileman03 picture smileman03  路  5Comments

FeezyHendrix picture FeezyHendrix  路  3Comments

mhndm picture mhndm  路  3Comments

EdisonHundLucas picture EdisonHundLucas  路  6Comments