mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-23 07:38:58 +01:00
25506f131d
* POC * Remove decorator dependency * Rework setup.py & build, add separate readme * Move utils -> ext.utils * Move pytz dep to ext * Try fixing timing stuff * Add 'Typed' classifier * Update README_RAW.rst Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com> * Some wording * Deprecation warnings for moved tg.utils * Tests for Promise * Test time-helpers without pytz * Try fixing time-helper tests * Merge master Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
53 lines
No EOL
1.1 KiB
ReStructuredText
53 lines
No EOL
1.1 KiB
ReStructuredText
telegram.ext package
|
|
====================
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.updater
|
|
telegram.ext.dispatcher
|
|
telegram.ext.dispatcherhandlerstop
|
|
telegram.ext.callbackcontext
|
|
telegram.ext.defaults
|
|
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.commandhandler
|
|
telegram.ext.conversationhandler
|
|
telegram.ext.inlinequeryhandler
|
|
telegram.ext.messagehandler
|
|
telegram.ext.filters
|
|
telegram.ext.pollanswerhandler
|
|
telegram.ext.pollhandler
|
|
telegram.ext.precheckoutqueryhandler
|
|
telegram.ext.prefixhandler
|
|
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
|
|
|
|
utils
|
|
-----
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.utils.promise |