If a users uses the keyboard to type an answer the bot reacts to it.
This can be fixed by saving the latest reply options into the user_data dict provided by the telegram API and only reacting to replies from that option list.
The user could still type the replies we provide in the buttons, but that shouldn't be a problem
If a users uses the keyboard to type an answer the bot reacts to it.
This can be fixed by saving the latest reply options into the user_data dict provided by the telegram API and only reacting to replies from that option list.
The user could still type the replies we provide in the buttons, but that shouldn't be a problem