This is the first time I'm dealing with API's on PHP and I'm trying to create a sample web application which would send out a message through Whatsapp
We get a response message after message has been sent out successfully. These responses are from call of sendMessage() and loginWithPassword() functions
Can someone please advice how to disable those messages after the call.
This is the first time I'm dealing with API's on PHP and I'm trying to create a sample web application which would send out a message through Whatsapp We get a response message after message has been sent out successfully. These responses are from call of sendMessage() and loginWithPassword() functions
Can someone please advice how to disable those messages after the call.
Thanks