alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
51 stars 19 forks source link

Few questions regarding functionality #79

Closed parthibd closed 5 years ago

parthibd commented 5 years ago

I have a few questions to ask .

1 . Is there a way to ensure that the contact id exists?

  1. How to avoid sending to a non existent contact id ?
jabolina commented 5 years ago

Every time I needed to verify a given contact number, I've used this method.

So you can use this to verify the contact existence to send a message.

parthibd commented 5 years ago

Thanks for reference . Solves my problem precisely.