python-telegram-bot/telegram/ext
2023-11-05 11:48:44 +01:00
..
_utils Move Dunder Methods to the Top of Class Bodies (#3883) 2023-09-15 22:19:45 +02:00
__init__.py Rename _handler.py to _basehandler.py (#3761) 2023-06-25 15:08:26 +02:00
_aioratelimiter.py Add More ruff Rules (#3763) 2023-06-29 11:38:09 +02:00
_application.py Add Documentation for __aenter__ and __aexit__ Methods (#3907) 2023-10-09 18:59:52 +02:00
_applicationbuilder.py Add ApplicationBuilder.(get_updates_)socket_options (#3943) 2023-10-31 16:27:30 +01:00
_basehandler.py Improve BaseHandler.__repr__ for Callbacks without __qualname__ (#3934) 2023-10-22 12:43:23 +02:00
_basepersistence.py Use Explicit Optionals (#3692) 2023-05-18 07:57:59 +02:00
_baseratelimiter.py Update Copyright to 2023 (#3459) 2023-01-01 21:31:29 +01:00
_baseupdateprocessor.py Add Documentation for __aenter__ and __aexit__ Methods (#3907) 2023-10-09 18:59:52 +02:00
_callbackcontext.py pre-commit autoupdate (#3824) 2023-08-02 11:51:17 +02:00
_callbackdatacache.py One-Time Code Formatting Improvement via --preview Flag of black (#3882) 2023-09-22 18:19:21 +02:00
_callbackqueryhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_chatjoinrequesthandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_chatmemberhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_choseninlineresulthandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_commandhandler.py Bump Version to v20.5 2023-09-03 14:46:28 +02:00
_contexttypes.py Explicit Type Annotations (#3508) 2023-02-02 18:55:07 +01:00
_conversationhandler.py Fix Persistency Issue with Ended Non-Blocking Conversations (#3962) 2023-11-05 11:48:44 +01:00
_defaults.py Move Dunder Methods to the Top of Class Bodies (#3883) 2023-09-15 22:19:45 +02:00
_dictpersistence.py Add More ruff Rules (#3763) 2023-06-29 11:38:09 +02:00
_extbot.py Improve Type Hinting for Arguments with Default Values in Bot (#3942) 2023-10-25 21:53:43 +02:00
_inlinequeryhandler.py Drop Support for Python 3.7 (#3728, #3742, #3749, #3740, #3754, #3753, #3764, #3762, #3759) 2023-06-29 18:17:47 +02:00
_jobqueue.py Add JobQueue.scheduler_configuration and Corresponding Warnings (#3913) 2023-10-16 20:25:25 +02:00
_messagehandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_picklepersistence.py Drop Support for Python 3.7 (#3728, #3742, #3749, #3740, #3754, #3753, #3764, #3762, #3759) 2023-06-29 18:17:47 +02:00
_pollanswerhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_pollhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_precheckoutqueryhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_prefixhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_shippingqueryhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_stringcommandhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_stringregexhandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_typehandler.py Documentation Improvements (#3803, #3797, #3816, #3829) 2023-09-03 14:13:19 +02:00
_updater.py Add Documentation for __aenter__ and __aexit__ Methods (#3907) 2023-10-09 18:59:52 +02:00
filters.py Add filters.Mention (#3941) 2023-10-23 21:11:56 +02:00