girumtibebu
girumtibebu
Having similar issues here too. It's been working smoothly and now I am not specifically sure what caused the issue. a coroutine was expected, got <telegram.message.Message object at 0x7effba2dd1e0> Error...
I found the solution. The error was due to the python package not the integration app. downgrade phyton library to v20 1. pip uninstall python-telegram-bot 2. ./env/bin/pip install python-telegram-bot=20.0 --upgrade...
I found the solution. The error was due to the python package not the integration app. downgrade phyton library to v20 pip uninstall python-telegram-bot ./env/bin/pip install python-telegram-bot=20.0 --upgrade bench build...