I tried wapi.js and found window.WAPI.sendImage has not worked.
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!
Most helpful comment
Search for all occurrences of mediaCollection and replace:
var mc = new Store.MediaCollection();to
var mc = new Store.MediaCollection(chat);