I'm new to Python-Telegram-Bot
I want to create a bot with return bottom and it means whenever user click the return bottom the bot shows the previous menu to user
Thanks
I'm new to Python-Telegram-Bot
I want to create a bot with return bottom and it means whenever user click the return bottom the bot shows the previous menu to user
Thanks
It's not task of python-telegram-bot. You should handle it. For example save last previous(es) state(s) of user (in DB) and after user decide to return, you redirect user to previous state.