dekkardnexus5

Results 10 comments of dekkardnexus5

> I got my number banned twice after send JUST ONE MESSAGE after update to Multidevice and before that I have been sending over 500 messages a day for 2...

> Before leaving messages you need to forget the number or you will be banned quickly. Duzaq, could you explain it further? How can I forget the number so I...

> Solution: > > ``` > // Create user > var idx = new window.Store.UserConstructor('[email protected]', {intentionallyUsePrivateConstructor: true}); > > // Get chat > var chat = window.Store.Chat.find(idx); > > //...

yes, wapi.js is working on Whatsapp Beta MD

Here is my delete method: if(!conversation) { if(done !== undefined) { done(false); } return false; } if (!Array.isArray(messageArray)) { messageArray = [messageArray]; } let messagesToDelete = messageArray.map(msgId => window.Store.Msg.get(msgId)); if...

refer to this issue: https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/1095

Same error, using WhatsApp Beta Multidevice: Error in function getAllMessagesInChat (Error: Accessing TypedArray data over Xrays is slow, and forbidden in order to encourage performant code. To copy TypedArrays across...

on your wapi.js file, change the function below: window.WAPI.processMessageObj = function (messageObj, includeMe, includeNotifications) { if (messageObj.isNotification) { if (includeNotifications){ ret = WAPI._serializeMessageObj(messageObj); delete ret.waveform delete ret.mediaData.waveform return ret }else{...

Vilson ney, It worked for me! Tk you very much for your solution Did you have had any number banned after send message to new Id?