python-telegram-bot/telegram/ext
Eldinnie b02b68880f Make dispatcher use one context per update (#1283)
* Make dispatcher use one context per update

It gives user the option to `overload` context with their own properties in a lower group handler if they like

* Improve callbackcontext & run_async docstring

- Add note about how you can add custom attributes to context.
- Add warnings about how run_async and custom attributes should not be used together.

* Small documentation improvements. [ci skip]
2019-02-13 12:18:37 +01:00
..
__init__.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
basepersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
callbackcontext.py Make dispatcher use one context per update (#1283) 2019-02-13 12:18:37 +01:00
callbackqueryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
choseninlineresulthandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
commandhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
conversationhandler.py Make dispatcher use one context per update (#1283) 2019-02-13 12:18:37 +01:00
dictpersistence.py Persistence (#1017) 2018-09-20 22:50:40 +02:00
dispatcher.py Make dispatcher use one context per update (#1283) 2019-02-13 12:18:37 +01:00
filters.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
handler.py Make dispatcher use one context per update (#1283) 2019-02-13 12:18:37 +01:00
inlinequeryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
jobqueue.py Merge branch 'master' into V12 2019-02-09 18:45:00 +01:00
messagehandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01: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 Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
regexhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
shippingqueryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
stringcommandhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
stringregexhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01: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