mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 795 forks source link

Add async check_number_status to WhatsAPIDriverAsync #950

Closed GuerreiroLeonardo closed 3 years ago

GuerreiroLeonardo commented 3 years ago

When working with your project, I missed a method to check if a specif phone number was able to receive messages, but in an asynchronous manner so I added and tested the same synchronous method to WhatsAPIDriverAsync in order to use it. closes #949