Fix: Add fallback name support for job callbacks without __name__ #5088
Merged
Bibo-Joshi merged 4 commits intopython-telegram-bot:masterfrom Jan 7, 2026
Merged
Conversation
…ribute - Add _get_callback_name() helper function to handle callable class instances - Replace all callback.__name__ accesses with _get_callback_name() calls - Add test to verify callable class instances work as job callbacks - Fixes AttributeError when using callable class instances as callbacks Closes python-telegram-bot#4992
- Remove trailing whitespace from docstring - Move ContextTypes import to top-level - Fix line length issues - Apply ruff formatting fixes
Contributor
Author
|
hello @Bibo-Joshi can you please check this pr? |
Bibo-Joshi
requested changes
Jan 7, 2026
Member
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Hey, thanks very much for your PR!
Code looks good :) Please just add a new changelog frament at
changes/unreleased/5088.dbco4MBy5FHuS4qawHww3M.toml
with the content
features = "Add Fallback Name Support for Job Callbacks without ``__name__``"
[[pull_requests]]
uid = "5088"
author_uids = ["SmartDever02"]
closes_threads = ["4992"]
Contributor
Author
thanks for your reply, and I have made it :) |
The official Telegram API docs include has_topics_enabled field for User, but it's not yet implemented in PTB. Adding it to ignored params to fix test_official test failure.
Member
|
Thank you very much for the contribution :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
attribute
Closes #4992
Check-list for PRs
.. versionadded:: NEXT.VERSION,.. versionchanged:: NEXT.VERSION,.. deprecated:: NEXT.VERSIONor ``.. versionremoved:: NEXT.VERSION` to the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)AUTHORS.rst(optional)__all__sIf the PR contains API changes (otherwise, you can ignore this passage)
Checked the Bot API specific sections of the Stability Policy
Created a PR to remove functionality deprecated in the previous Bot API release (see here)
New Classes
self._id_attrsand corresponding documentation__init__acceptsapi_kwargsas keyword-onlyAdded New Shortcuts
telegram.Chat&telegram.Userfor all methods that acceptchat/user_idtelegram.Messagefor all methods that acceptchat_idandmessage_idtelegram.Messageshortcuts: Addedquoteargument if methods acceptreply_to_message_idtelegram.CallbackQueryfor all methods that accept eitherchat_idandmessage_idorinline_message_idIf Relevant
telegram.constantsand shortcuts to them as class variablestelegram.Message.effective_attachmenttelegram.ext.ConversationHandler_extbot.pybot_methods.rstREADME.rst(including the badge) andtelegram.constants.BOT_API_VERSION_INFOtelegram.ext.ExtBotfor new methods that either accept areply_markupin some form or have a return type that is/containstelegram.MessageContribution by Gittensor, see my contribution statistics at https://gittensor.io/miners/details?githubId=102175066