I use Python 3 and python-telegram-bot . The user send a message like this "When i say ... say ...." example : "When i say Hi say Hello " i can take "Hi and Hello" from the message My problem is how to set Hi in bot to when user say hi my bot say Hello
i try to use MessageHandler for example :
MessageHandler(Variable,Callback)
Variable have hi for example but when i send hi my bot does not send Hello
but when i send hi my bot does not send Hello