python-telegram-bot/telegram/ext
Jasmin Bom 950ec35970
Remove message decorator to fix default timeouts. (#1156)
* Remove message decorator to fix default timeouts.

* Make message wrapper method private.

* Make tests pass

* Fix callbackquery shortcuts

Closes #1180

* Fix callbackquery shortcut tests

* Fix merge

* Address CR

* Add missing default timeout=20 for some bot file uploads

* Fix wrong return value in convhandler

Probably stems from a combination of bad merge plus quickly merged hacktoberfest PR.
2019-02-13 11:37:13 +01: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 Fix a bunch of flake8 W504 errors 2019-02-08 20:55:40 +01:00
conversationhandler.py Remove message decorator to fix default timeouts. (#1156) 2019-02-13 11:37:13 +01:00
dictpersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
dispatcher.py Merge branch 'master' into V12 2019-02-08 12:49:28 +01:00
filters.py Improve regex filter docstring and avoid compiling compiled regex (#1314) 2019-02-08 11:12:49 +01: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 Merge branch 'master' into V12 2019-02-09 18:45:00 +01:00
messagehandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
messagequeue.py Mistake in MessageQueue.__call__'s docstring (#1249) 2018-10-08 15:36:59 +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