python-telegram-bot-django-persistence icon indicating copy to clipboard operation
python-telegram-bot-django-persistence copied to clipboard

Does it work for python-telegram-bot v20.xx?

Open tech-fever opened this issue 3 years ago • 2 comments

Does it work for python-telegram-bot v20.xx?

tech-fever avatar Sep 26 '22 12:09 tech-fever

Would also love to know that

cryptedx avatar Dec 07 '22 20:12 cryptedx

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

DzIGIBAUER avatar Jun 04 '23 15:06 DzIGIBAUER

Support for 20.x is added in 0.2.x

GamePad64 avatar Aug 12 '24 04:08 GamePad64