telebotter / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

`context.job_queue` is None when using WebHooks #21

Open autoantwort opened 3 years ago

autoantwort commented 3 years ago

When using polling there is a job_queue because the manually created Updater has one, but the default created Dispatcher not.