We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d54f8 commit 67cd69cCopy full SHA for 67cd69c
1 file changed
examples/full.py
@@ -1,7 +1,7 @@
1
from whatsapp_chatbot_python import GreenAPIBot, Notification
2
3
bot = GreenAPIBot(
4
- "7105246622", "c880070976f64f8797484d14819276a457f481a327d64f9da4"
+ "1101111111", "c880070976f64f8797484d14819276a457f481a327d64f9da4"
5
)
6
7
@@ -99,4 +99,4 @@ def show_interactive_buttons_reply_handler(notification: Notification) -> None:
99
"Hope you like it!"
100
101
102
-bot.run_forever()
+bot.run_forever()
0 commit comments