python-telegram-bot/telegram/ext
Bibo-Joshi 42276338b1
Add Arguments chat/user_id to CallbackContext And Example On Custom Webhook Setups (#3059)
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
2022-06-03 16:55:36 +02:00
..
_utils Drop Support for ujson (#3037) 2022-05-19 12:47:53 +02:00
__init__.py Split {Command, Prefix}Handler And Make Attributes Immutable (#3045) 2022-05-26 11:10:00 +02:00
_application.py Don't Set Signal Handlers On Windows By Default (#3065) 2022-06-02 09:43:03 +02:00
_applicationbuilder.py Adjust pre-commit Settings for isort (#3043) 2022-05-18 17:23:00 +02:00
_basepersistence.py Documentation Fixes & Improvements (#2969) 2022-05-06 18:22:36 +02:00
_callbackcontext.py Add Arguments chat/user_id to CallbackContext And Example On Custom Webhook Setups (#3059) 2022-06-03 16:55:36 +02:00
_callbackdatacache.py Extend Code Formatting With Black (#2972) 2022-05-06 18:22:35 +02:00
_callbackqueryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_chatjoinrequesthandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_chatmemberhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_choseninlineresulthandler.py Bump mypy from 0.950 to 0.960 (#3070) 2022-06-02 10:08:15 +02:00
_commandhandler.py Split {Command, Prefix}Handler And Make Attributes Immutable (#3045) 2022-05-26 11:10:00 +02:00
_contexttypes.py Adjust pre-commit Settings for isort (#3043) 2022-05-18 17:23:00 +02:00
_conversationhandler.py Rename Job.context to Job.data (#3028) 2022-05-12 19:26:03 +02:00
_defaults.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_dictpersistence.py Drop Support for ujson (#3037) 2022-05-19 12:47:53 +02:00
_extbot.py Make PTB Specific Keyword-Only Arguments for PTB Specific in Bot methods (#3035) 2022-05-18 17:18:44 +02:00
_handler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_inlinequeryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_jobqueue.py Align Behavior Of JobQueue.run_daily With cron (#3046) 2022-05-25 10:02:00 +02:00
_messagehandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_picklepersistence.py Documentation Fixes & Improvements (#2969) 2022-05-06 18:22:36 +02:00
_pollanswerhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_pollhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_precheckoutqueryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_prefixhandler.py Split {Command, Prefix}Handler And Make Attributes Immutable (#3045) 2022-05-26 11:10:00 +02:00
_shippingqueryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_stringcommandhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_stringregexhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_typehandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_updater.py Stabilize Application.run_* on Python 3.7 (#3009) 2022-05-10 18:35:20 +02:00
filters.py Use Collection Instead of List and Tuple (#3025) 2022-05-13 16:41:34 +02:00