mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-23 15:46:48 +01:00
22142e7cbd
* Introduce MessageQueue * minor documentation and terminology fixes according to the review * minor documentation and terminology fixes according to the review * minor documentation and terminology fixes according to the review * pep8 fix
32 lines
710 B
ReStructuredText
32 lines
710 B
ReStructuredText
telegram.ext package
|
|
====================
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.updater
|
|
telegram.ext.dispatcher
|
|
telegram.ext.jobqueue
|
|
telegram.ext.handler
|
|
telegram.ext.callbackqueryhandler
|
|
telegram.ext.choseninlineresulthandler
|
|
telegram.ext.conversationhandler
|
|
telegram.ext.commandhandler
|
|
telegram.ext.inlinequeryhandler
|
|
telegram.ext.messagehandler
|
|
telegram.ext.messagequeue
|
|
telegram.ext.filters
|
|
telegram.ext.regexhandler
|
|
telegram.ext.stringcommandhandler
|
|
telegram.ext.stringregexhandler
|
|
telegram.ext.typehandler
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: telegram.ext
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|