python-telegram-bot/telegram/ext
simonvorobjev dbf364e168 Allowed to use Handlers on conversation timeout (#1217)
* handler for ConversationHandler.END (timeout one) #1136

* review fixes

* review fixes

* review fixes

* review fixes

* docs and tests

* fixing stuff

* Fix problem

* fix conftest

* now it should work

* Add ConversationTimeoutContext

As discussed in the developers group. Use a class as the jobs context over using a dict.

* less verbosity
2018-10-04 08:58:40 +02:00
..
__init__.py Revert "Revert "CommandHandler overhaul and PrefixHandler added (#1114)"" 2018-09-21 08:57:43 +02:00
basepersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
callbackcontext.py Revert "Revert "CommandHandler overhaul and PrefixHandler added (#1114)"" 2018-09-21 08:57:43 +02:00
callbackqueryhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
choseninlineresulthandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
commandhandler.py Revert "Revert "CommandHandler overhaul and PrefixHandler added (#1114)"" 2018-09-21 08:57:43 +02:00
conversationhandler.py Allowed to use Handlers on conversation timeout (#1217) 2018-10-04 08:58:40 +02:00
dictpersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
dispatcher.py Allowed to use Handlers on conversation timeout (#1217) 2018-10-04 08:58:40 +02:00
filters.py Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
handler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
inlinequeryhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
jobqueue.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
messagehandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
messagequeue.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
picklepersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
precheckoutqueryhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
regexhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
shippingqueryhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
stringcommandhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
stringregexhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
typehandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
updater.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00