JungDev / django-telegrambot

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

Telegram Version 12.0 #42

Closed maxatp closed 4 years ago

maxatp commented 4 years ago

How to make it compatible with Telegram Version 12.0

lukruh commented 4 years ago

There are some open pull requests that implement the new context approach of ptb 12, you can check that code changes if you want to fix it your self, or you can checkout my fork, where I fixed some Issues with newer PTB and django versions for my self: https://github.com/telebotter/django-telegrambot

maxatp commented 4 years ago

Thanks a lot!