telebotter / django-telegrambot

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

context based handlers by default #24

Open lukruh opened 3 years ago

lukruh commented 3 years ago

ptb changed the default for handlers to context instead of bot, update, kwargs within v13. This should be done similar to django settings, to avoid confusion and get rid of the deprecated handler api.