whatsapp icon indicating copy to clipboard operation
whatsapp copied to clipboard

Open source Python wrapper for the WhatsApp Cloud API.

Results 1 whatsapp issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If I run the following example: https://github.com/filipporomani/whatsapp/blob/main/examples/sending_button.py I get the error: ``` Exception has occurred: AttributeError 'WhatsApp' object has no attribute 'send_button' File "...\whatsapp_button.py", line 17, in...