witnessmenow / Universal-Arduino-Telegram-Bot

Use Telegram on your Arduino (ESP8266 or Wifi-101 boards)
MIT License
1.09k stars 302 forks source link

iPhone message tapping start menu bricks Bot #332

Open lucasroth opened 1 year ago

lucasroth commented 1 year ago

When the /start command is sent, it returns a menu with several commands. Using Android you can tap any of this commands in the menu and is correctly handled by bot. When using iPhone, if you tap any command of the menu the bot stops working good, is like the message gets stucked and block any further message. Only happens with iPhone and when tapping an option from the menu, if you type the command is works fine.

Any advices?