python-telegram-bot/examples
Jannes Höke ad3eec2af8 ConversationHandler (#331)
* 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
2016-07-15 01:30:54 +02:00
..
conversationbot.py ConversationHandler (#331) 2016-07-15 01:30:54 +02:00
echobot.py echobot: simplify handling messageless updates 2016-06-12 17:06:03 +02:00
echobot2.py Set split_before_logical_operator to True 2016-05-23 17:19:35 -03:00
inlinebot.py Update examples to column width to 99 [ci skip] 2016-05-23 17:45:01 -03:00
inlinekeyboard.py README: remove roboed, rename example 2016-06-12 16:58:18 +02:00
LICENSE.txt dedicate examples to the public domain (CC0) 2015-12-25 15:19:17 +01:00
state_machine_bot.py Update examples to column width to 99 [ci skip] 2016-05-23 17:45:01 -03:00
timerbot.py update timerbot example with pass_job_queue 2016-05-26 14:48:50 +02:00