python-telegram-bot/telegram/ext
Eldinnie 439790375e Persistence (#1017)
* 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
2018-09-20 22:50:40 +02:00
..
__init__.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
basepersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
callbackqueryhandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
choseninlineresulthandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
commandhandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
conversationhandler.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
dictpersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
dispatcher.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
filters.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
handler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
inlinequeryhandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
jobqueue.py Revert "Context based callbacks (#1100)" 2018-05-31 14:22:57 +02:00
messagehandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
messagequeue.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
picklepersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
precheckoutqueryhandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
regexhandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
shippingqueryhandler.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
stringcommandhandler.py Revert "Context based callbacks (#1100)" 2018-05-31 14:22:57 +02:00
stringregexhandler.py Revert "Context based callbacks (#1100)" 2018-05-31 14:22:57 +02:00
typehandler.py Revert "Context based callbacks (#1100)" 2018-05-31 14:22:57 +02:00
updater.py Persistence (#1017) 2018-09-20 22:50:40 +02:00