wppconnect-team / wppconnect-server

Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
https://wppconnect.io/swagger/wppconnect-server/
Apache License 2.0
665 stars 390 forks source link

Send Message and Typing #1392

Closed mitnick2012 closed 1 year ago

mitnick2012 commented 1 year ago

Hello Team, is there ant documentation how to handle send messages with typing methods to avoid whatsapp block bots .

Best Regards

Saifallak commented 1 year ago

I do this send Typing 5sec Send message Send stop typing

mitnick2012 commented 1 year ago

is it working good, and whatsapp doesn't block your numbers ?

mitnick2012 commented 1 year ago

@Saifallak why stop typing after we sent message, can we do : send Typing 5sec Send stop typing Send message

Saifallak commented 1 year ago

@mitnick2012 no reason, just though of how i do it on my phone, typing, send, stop typing

for blocking part: meta will not block you if you're not spammer, and if they did, it's easy to unblock by contacting them.

anyway, all of that on your own risk.

mitnick2012 commented 1 year ago

Thanks for explanation