I created a ConversationHandler
function for my bot.
But the issue is I uploaded it to heroku and there my bot script is keep restarting after a specific time for that reason on every restart we need to start ConversationHandler
again by sending a command and that's the problem.
So, I want to know is there any way that we store the ConversationHandler
States or something on a database and load them to the script during restart so the ConversationHandler
work automatically without sending any command.
Otherwise
Is there any other host website there script never restart.
BTW I am using python-telegram-bot
and I have a database account on firebase