Theblood / Wapi_NEW

67 stars 28 forks source link

What are the arguments of the SendTextMsgToChat method? #1

Closed 3dluis closed 5 years ago

3dluis commented 5 years ago

What are the arguments of the SendTextMsgToChat method?

window.Store.ChatClass.default.prototype.sendMessage = function (message) { window.Store.SendTextMsgToChat(this, ..arguments); };

Theblood commented 5 years ago

Hello, the method you mention is only a test of development.

monteirosk commented 5 years ago

@Theblood how do you get whatsapp web reverse engineering?

Theblood commented 5 years ago

@monteirosk you can start the web console of google chrome or firefox, then in the console you can type window.Store and observe the objects that whatsapp web

monteirosk commented 5 years ago

@Theblood not work for me, just returned >> window.Store undefined