david-lev / pywa

🤖 Build WhatsApp Bots in Python
https://pywa.readthedocs.io
MIT License
221 stars 33 forks source link

on_callback_button() doesn't work #68

Closed boscorona closed 1 week ago

boscorona commented 3 weeks ago

Describe the bug

This example either has a bug or the on_callback_button() doesn't work. https://pywa.readthedocs.io/en/latest/content/updates/callback_button.html

To Reproduce

Try implementing the example, the handler isn't called.

Expected behavior

handler in the example should work.

pywa version

1.25.0

python version

3.12.1

os

macOS

Additional context

No response