Kinfai
Results
12
comments of
Kinfai
window.WAPI.sendImage = function (imgBase64, chatid, filename, caption, done) { //var idUser = new window.Store.UserConstructor(chatid); var idUser = new window.Store.UserConstructor(chatid, { intentionallyUsePrivateConstructor: true }); function send(chat){ var mediaBlob = window.WAPI.base64ImageToFile(imgBase64, filename);...
/** * This script contains WAPI functions that need to be run in the context of the webpage */ /** * Auto discovery the webpack object references of instances that...