We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set pass_job_queue to true, my task can run normally in polling mode, but the job_queue passed in webhook mode is none.
django-telegrambot==1.0.1 python-telegram-bot==10.1.0
The text was updated successfully, but these errors were encountered:
I think it's not actual but there is solution. You need to explicitly initialize and start JobQueue
dp = DjangoTelegramBot.getDispatcher('bot_username') dp.job_queue = JobQueue(DjangoTelegramBot.getBot('bot_username')) # add jobs here dp.job_queue.start()
Sorry, something went wrong.
No branches or pull requests
Set pass_job_queue to true, my task can run normally in polling mode, but the job_queue passed in webhook mode is none.
django-telegrambot==1.0.1
python-telegram-bot==10.1.0
The text was updated successfully, but these errors were encountered: