mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-24 15:59:29 +01:00
* initial commit for conversationhandler and example * implement simple Promise for run_async/conversationhandler * refactor Promise._done to done * add handling for timed out Promises * correctly handle promises with None results * fix handling tuple states * update comments on example * Added a first test on the ConversationHandler. * Fixed a small typo. * Yapf'd. * add sphinx doc for conversation handler * fix title for callbackqueryhandler sphinx docs
29 lines
617 B
ReStructuredText
29 lines
617 B
ReStructuredText
telegram.ext package
|
|
====================
|
|
|
|
Submodules
|
|
----------
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.updater
|
|
telegram.ext.dispatcher
|
|
telegram.ext.jobqueue
|
|
telegram.ext.handler
|
|
telegram.ext.choseninlineresulthandler
|
|
telegram.ext.conversationhandler
|
|
telegram.ext.commandhandler
|
|
telegram.ext.inlinequeryhandler
|
|
telegram.ext.messagehandler
|
|
telegram.ext.regexhandler
|
|
telegram.ext.stringcommandhandler
|
|
telegram.ext.stringregexhandler
|
|
telegram.ext.typehandler
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: telegram.ext
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|