I'm using PyTelegramApi library.
My bot has 4 buttons that each do a different action.
How can I break the conversation when the user click on "back" button or send another command?
For exmple:
/start -> click on new post button.
Bot: Hi, send text for the post.
User: Press back button and click on uplade photo button photo.
Bot: Hi, send your photo.
User: send photo..
Bot: it's not text, try again (because he click on new post before) + Bot: Nice photo!
How can I fix that thing?
How to break conversation when sending another command
186 Views Asked by ami96 At
1
There are 1 best solutions below
Related Questions in TELEGRAM
- How To Download Or Implement Telegram API Into My App
- Shared library in Telegram Android App
- Images are not getting downloaded in Telegram Official App Code
- How do I get authentication in a telegram bot?
- Calling Telegram API to create a feedreader bot
- How to send message from Website To Telegram APP
- Telegram Bot "chat not found"
- I get chatId in tdlib but i can not get message (tdAPI or telegram database library for java)
- how can import my number to telegram channel
- How can I send a post form without click submit button?
- Telegram Bot - How bind an InlineKeyboardButton with a CallbackQuery
- How to send message without using bots in telegram
- how to create a bot with in telegram with botfather and using only a code?
- Is It possible to control a real telegram account by php and telegram api
- Can the Telegram bot API play sound from an online audio streaming URL?
Related Questions in TELEGRAM-BOT
- How do I get authentication in a telegram bot?
- Calling Telegram API to create a feedreader bot
- Telegram bot API no JSON POST data on webhook
- Post image retrieved from urlopen
- Setting up a Telegram bot without a server
- How to obtain Telegram chat_id for a specific user?
- Telegram Bot "chat not found"
- I want to send a message and photo to a channel with my bot in c# 2013, but I'm getting The remote server returned an error: (400) Bad Request
- How can I send a post form without click submit button?
- How launch game when user press "start game" button on telegram bot?
- Telegram Bot - How bind an InlineKeyboardButton with a CallbackQuery
- Uptime in Telegram bot in Python
- Can the Telegram bot API play sound from an online audio streaming URL?
- Tracking clicks on Telegam inline keyboard buttons
- What tools are needed to build the Telegram-Bot with Asp.net And C#?
Related Questions in PYTHON-TELEGRAM-BOT
- Multiple callback query handlers?
- Uptime in Telegram bot in Python
- Can the Telegram bot API play sound from an online audio streaming URL?
- How to Show multiple record from table mysql to telegram bot with python , and only certain phone number can access to my bot telegram
- How to make a Python telegram bot wait for user input?
- Python Telegram Bot Conversation Method Not Working
- getting messages from telegram channels - python
- Run a code for two telegram bots
- Send different global message in telegram bot
- Telegram bot - requested address is not valid in its context
- The telegram bot should delete Sticker, Gif, and Voice that are sent to the group;but do not delete them
- resizing Telegram inline keyboard
- Making a free virtual number (without paying)
- telegram bot, callback query of an inline button in a group chat, redirect the user to private chat of bot. python
- How to create a telegram bot that only works for 30 days per user and then stops there?
Related Questions in TELETHON
- how to convert telethon object to valid JSON in python
- telethon fetch access_hass by user_id
- How to leave private group on telegram with Python
- I'm trying to get message from telegram channel but when I run this code I get strange output
- Python, Telethon send album
- Signing In to Telegram Client with Telethon automatically (python)
- Telegram retrieving groupname by user id
- How to recall previous output of python script
- How to save message from telegram channel as variable
- How to handle NewMessage only in Telethon conversation
- telethon.errors.rpcerrorlist.PeerIdInvalidError: An invalid Peer was used. Make sure to pass the right peer type (caused by SendMessageRequest)
- How can I join the telegram chat bot using the referral link?
- Error installing telethon with pip3 install telethon
- No such library ssl, telethon
- ValueError: Cannot find any entity corresponding to "+xxxxxxxxxxx"
Related Questions in PY-TELEGRAM-BOT-API
- How to increase the running time of send_action in pyTelegramBotApi?
- How to check if a user is subscribed to a specific Telegram channel (Python / PyTelegramBotApi)?
- The bot crashes when people write to it
- How to get ALL topics for telegram supergroup using TelegramAPI
- How to get the bytes of a photo file from Telegram without saving the file?
- Have problem while deploying telegram bot on cpanel
- Disable preview for a specific link in Telegram bot API
- How to handle authentication with Telegram Bot in Django-rest-framework
- Telegram bot's step handler not working in python if statement
- Can't solve a problem with the handler when writing a music tg bot
- Get TelegramBot Poll Result
- How can I get group details by @link using Telebot library
- How to break conversation when sending another command
- I have a problem with InlineKeyboardButton in python telegram API
- How to get a session_id, its start and end time and bot_id in python with Telegram Bot API?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Just check what is the message text that user sent.