python-telegram-bot-django-persistence
python-telegram-bot-django-persistence copied to clipboard
Does it work for python-telegram-bot v20.xx?
Would also love to know that
I just downloaded this and latest version of python-telegram-bot 20.3 and I had to re implement the persistence.py since
from telegram.ext.utils.types import BD, CD, UD, CDCData, ConversationDict
should now be
from telegram.ext._utils.types import BD, CD, UD, CDCData, ConversationDict #the underscore
Support for 20.x is added in 0.2.x