mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 15:00:40 +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
40 lines
No EOL
869 B
ReStructuredText
40 lines
No EOL
869 B
ReStructuredText
telegram.ext package
|
|
====================
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.updater
|
|
telegram.ext.dispatcher
|
|
telegram.ext.filters
|
|
telegram.ext.job
|
|
telegram.ext.jobqueue
|
|
telegram.ext.messagequeue
|
|
telegram.ext.delayqueue
|
|
|
|
Handlers
|
|
--------
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.handler
|
|
telegram.ext.callbackqueryhandler
|
|
telegram.ext.choseninlineresulthandler
|
|
telegram.ext.conversationhandler
|
|
telegram.ext.commandhandler
|
|
telegram.ext.inlinequeryhandler
|
|
telegram.ext.messagehandler
|
|
telegram.ext.precheckoutqueryhandler
|
|
telegram.ext.regexhandler
|
|
telegram.ext.shippingqueryhandler
|
|
telegram.ext.stringcommandhandler
|
|
telegram.ext.stringregexhandler
|
|
telegram.ext.typehandler
|
|
|
|
Persistence
|
|
-----------
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.basepersistence
|
|
telegram.ext.picklepersistence
|
|
telegram.ext.dictpersistence |