I want to send a python telegram bot a specific command that causes the bot to respond with a request for more information and listen for another message containing that extra information.
For instance:
- I send
/add
the bot responds:ok, tell me your torrent link
. - I send the bot another message with the torrent link and the bot saves it into a Python variable for further use.