3

I'm using the WhatsApp.dll already and I'm able to receive and send messages using this dll. However, I need to know now if the number I'm sending the message to is a number that has installed WhatsApp.

How do I know whether the receiving number has WhatsApp installed?

Mage Xy
  • 1,803
  • 30
  • 36
William
  • 294
  • 3
  • 16

1 Answers1

2

You should dig into history of WhatsApi project on Github, specifically this thread. Short explanation - actual repository was wiped away because of legal issues of using WhatsUp API (idk what are these laws, I am not from USA).

If you try hard enough, you can find some forks of this repo still available. Have to warn you about EULA.

Also, there is Chat-API repo which is nice, but does not contain such feature. Maybe thats why it is still going. Possibility of determining if random number is Whatsapp number can lead to spam, so that is not encoraged by messenger owners.

Pavel Oganesyan
  • 6,774
  • 4
  • 46
  • 84