mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
439790375e
* BasePersistence * basic construct * Keep working * Continue work Add tests for Basepersistence * Finish up BasePersistence and implementation * PickelPersistence and start tests * Finishing up * Oops, left in some typings * Compatibilty issues regarding py2 solved For Py2 compatibility * increasing coverage * Small changes due to CR * All persistence tests in one file * add DictPersistence * Last changes per CR * forgot change * changes per CR * call update_* only with relevant data As discussed with @jsmnbom * Add conversationbot Example * should not have committed API-key
6 lines
146 B
ReStructuredText
6 lines
146 B
ReStructuredText
telegram.ext.PicklePersistence
|
|
==============================
|
|
|
|
.. autoclass:: telegram.ext.PicklePersistence
|
|
:members:
|
|
:show-inheritance:
|