python-telegram-bot/telegram/ext
Noam Meltzer 16a49ec659 Remove DispatcherHandlerContinue + more unitests for dispatcher (#792)
The idea was nice, but it really complicated things for us and for the
user.
If a user wants to run more than one handler on an update, he can put
the handlers in different groups or he can have a single handler.
If a user wants to have multiple handlers in the same group which only
one of them should run on the update, he should use check_update().

Since we haven't released this code yet, there's no problem with
backward compatability.
2017-08-12 18:57:12 +03:00
..
__init__.py Remove DispatcherHandlerContinue + more unitests for dispatcher (#792) 2017-08-12 18:57:12 +03:00
callbackqueryhandler.py
choseninlineresulthandler.py
commandhandler.py
conversationhandler.py
dispatcher.py Remove DispatcherHandlerContinue + more unitests for dispatcher (#792) 2017-08-12 18:57:12 +03:00
filters.py
handler.py
inlinequeryhandler.py docstring correction (#775) 2017-08-08 00:11:44 +03:00
jobqueue.py
messagehandler.py
messagequeue.py
precheckoutqueryhandler.py
regexhandler.py
shippingqueryhandler.py
stringcommandhandler.py
stringregexhandler.py
typehandler.py
updater.py Warn on small con_pool_size during custom initalization of Updater (#793) 2017-08-12 16:45:38 +03:00