René's URL Explorer Experiment


Title: Full Support for Bot API 9.0 · Issue #4754 · python-telegram-bot/python-telegram-bot · GitHub

Open Graph Title: Full Support for Bot API 9.0 · Issue #4754 · python-telegram-bot/python-telegram-bot

X Title: Full Support for Bot API 9.0 · Issue #4754 · python-telegram-bot/python-telegram-bot

Description: Bot API 9.0 Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant part of the checklist from #4756 to your PR and make sure to cover everything :) Please base your branch on the...

Open Graph Description: Bot API 9.0 Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant part of the checklist from #4756 to your PR and make sure to cover ever...

X Description: Bot API 9.0 Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant part of the checklist from #4756 to your PR and make sure to cover ever...

Opengraph URL: https://github.com/python-telegram-bot/python-telegram-bot/issues/4754

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Full Support for Bot API 9.0","articleBody":"## Bot API 9.0\n\n\u003e [!IMPORTANT]\n\u003e - Comment here or in the dev group what you want to work on so we can assign you\n\u003e - Please copy the relevant part of the checklist from https://github.com/python-telegram-bot/python-telegram-bot/issues/4756 to your PR and make sure to cover everything :)\n\u003e - Please base your branch on the [api_9.0](https://github.com/python-telegram-bot/python-telegram-bot/tree/api_9.0) branch\n\u003e - If this is your first contribution, please be sure to read the [contribution guide](https://docs.python-telegram-bot.org/en/stable/contributing.html) \u003e and feel free to reach out with any questions via https://t.me/pythontelegrambotchannel/105\n\u003e - check out [this wiki page](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Bot-API-Backward-Compatibility) for information about how we usually handle deprecations in the bot api\n\n### Business Accounts\n\n- [x] Added the class [BusinessBotRights](https://core.telegram.org/bots/api#businessbotrights) and replaced the field can_reply with the field rights of the type [BusinessBotRights](https://core.telegram.org/bots/api#businessbotrights) in the class [BusinessConnection](https://core.telegram.org/bots/api#businessconnection). @Bibo-Joshi \n- [x] Added the method [readBusinessMessage](https://core.telegram.org/bots/api#readbusinessmessage), allowing bots to mark incoming messages as read on behalf of a business account. @Bibo-Joshi #4757 \n- [x] Added the method [deleteBusinessMessages](https://core.telegram.org/bots/api#deletebusinessmessages), allowing bots to delete messages on behalf of a business account. @Bibo-Joshi  #4757 \n- [x] Added the method [setBusinessAccountName](https://core.telegram.org/bots/api#setbusinessaccountname), allowing bots to change the first and last name of a managed business account. @Bibo-Joshi  #4757 \n- [x] Added the method [setBusinessAccountUsername](https://core.telegram.org/bots/api#setbusinessaccountusername), allowing bots to change the username of a managed business account. @Bibo-Joshi  #4757 \n- [x] Added the method [setBusinessAccountBio](https://core.telegram.org/bots/api#setbusinessaccountbio), allowing bots to change the bio of a managed business account. @Bibo-Joshi  #4757 \n- [x] Added the class [InputProfilePhoto](https://core.telegram.org/bots/api#inputprofilephoto), describing a profile photo to be set. @Bibo-Joshi #4766\n- [x] Added the methods [setBusinessAccountProfilePhoto](https://core.telegram.org/bots/api#setbusinessaccountprofilephoto) and [removeBusinessAccountProfilePhoto](https://core.telegram.org/bots/api#removebusinessaccountprofilephoto), allowing bots to change the profile photo of a managed business account. @Bibo-Joshi #4766 \n- [x] Added the method [setBusinessAccountGiftSettings](https://core.telegram.org/bots/api#setbusinessaccountgiftsettings), allowing bots to change the privacy settings pertaining to incoming gifts in a managed business account. (@aelkheir) #4763\n- [x] Added the class [StarAmount](https://core.telegram.org/bots/api#staramount) and the method [getBusinessAccountStarBalance](https://core.telegram.org/bots/api#getbusinessaccountstarbalance), allowing bots to check the current Telegram Star balance of a managed business account. @aelkheir #4773\n- [x] Added the method [transferBusinessAccountStars](https://core.telegram.org/bots/api#transferbusinessaccountstars), allowing bots to transfer Telegram Stars from the balance of a managed business account to their own balance for withdrawal. @aelkheir #4773\n- [x] Added the classes [OwnedGiftRegular](https://core.telegram.org/bots/api#ownedgiftregular), [OwnedGiftUnique](https://core.telegram.org/bots/api#ownedgiftunique), [OwnedGifts](https://core.telegram.org/bots/api#ownedgifts) and the method [getBusinessAccountGifts](https://core.telegram.org/bots/api#getbusinessaccountgifts), allowing bots to fetch the list of gifts owned by a managed business account. (@aelkheir) #4763\n- [x] Added the method [convertGiftToStars](https://core.telegram.org/bots/api#convertgifttostars), allowing bots to convert gifts received by a managed business account to Telegram Stars. (@aelkheir) #4763\n- [x] Added the method [upgradeGift](https://core.telegram.org/bots/api#upgradegift), allowing bots to upgrade regular gifts received by a managed business account to unique gifts. (@aelkheir) #4763\n- [x] Added the method [transferGift](https://core.telegram.org/bots/api#transfergift), allowing bots to transfer unique gifts owned by a managed business account. (@aelkheir) #4763\n- [x] Added the classes [InputStoryContentPhoto](https://core.telegram.org/bots/api#inputstorycontentphoto) and [InputStoryContentVideo](https://core.telegram.org/bots/api#inputstorycontentvideo) representing the content of a story to post. @aelkheir #4769\n- [x] Added the classes [StoryArea](https://core.telegram.org/bots/api#storyarea), [StoryAreaPosition](https://core.telegram.org/bots/api#storyareaposition), [LocationAddress](https://core.telegram.org/bots/api#locationaddress), [StoryAreaTypeLocation](https://core.telegram.org/bots/api#storyareatypelocation), [StoryAreaTypeSuggestedReaction](https://core.telegram.org/bots/api#storyareatypesuggestedreaction), [StoryAreaTypeLink](https://core.telegram.org/bots/api#storyareatypelink), [StoryAreaTypeWeather](https://core.telegram.org/bots/api#storyareatypeweather) and [StoryAreaTypeUniqueGift](https://core.telegram.org/bots/api#storyareatypeuniquegift), describing clickable active areas on stories. @aelkheir #4769\n- [x] Added the method [postStory](https://core.telegram.org/bots/api#poststory), allowing bots to post a story on behalf of a managed business account. @aelkheir #4769\n- [x] Added the method [editStory](https://core.telegram.org/bots/api#editstory), allowing bots to edit stories they had previously posted on behalf of a managed business account. @aelkheir #4769\n- [x] Added the method [deleteStory](https://core.telegram.org/bots/api#deletestory), allowing bots to delete stories they had previously posted on behalf of a managed business account. @aelkheir #4769\n\n### Mini Apps\n\n- [x] Added the field [DeviceStorage](https://core.telegram.org/bots/webapps#devicestorage), allowing Mini Apps to use persistent local storage on the user's device.\n- [x] Added the field [SecureStorage](https://core.telegram.org/bots/webapps#securestorage), allowing Mini Apps to use a secure local storage on the user's device for sensitive data.\n\n### Gifts (@aelkheir) #4763\n- [x] Added the classes [UniqueGiftModel](https://core.telegram.org/bots/api#uniquegiftmodel), [UniqueGiftSymbol](https://core.telegram.org/bots/api#uniquegiftsymbol), [UniqueGiftBackdropColors](https://core.telegram.org/bots/api#uniquegiftbackdropcolors), and [UniqueGiftBackdrop](https://core.telegram.org/bots/api#uniquegiftbackdrop) to describe the properties of a unique gift. \n- [x] Added the class [UniqueGift](https://core.telegram.org/bots/api#uniquegift) describing a gift that was upgraded to a unique one.\n- [x] Added the class [AcceptedGiftTypes](https://core.telegram.org/bots/api#acceptedgifttypes) describing the types of gifts that are accepted by a user or a chat.\n- [x] Replaced the field can_send_gift with the field accepted_gift_types of the type [AcceptedGiftTypes](https://core.telegram.org/bots/api#acceptedgifttypes) in the class [ChatFullInfo](https://core.telegram.org/bots/api#chatfullinfo).\n- [x] Added the class [GiftInfo](https://core.telegram.org/bots/api#giftinfo) and the field gift to the class [Message](https://core.telegram.org/bots/api#message), describing a service message about a regular gift that was sent or received.\n- [x] Added the class [UniqueGiftInfo](https://core.telegram.org/bots/api#uniquegiftinfo) and the field unique_gift to the class [Message](https://core.telegram.org/bots/api#message), describing a service message about a unique gift that was sent or received.\n\n### Telegram Premium @aelkheir\n\n- [x] Added the method [giftPremiumSubscription](https://core.telegram.org/bots/api#giftpremiumsubscription), allowing bots to gift a user a Telegram Premium subscription paid in Telegram Stars. #4781\n- [x] Added the field premium_subscription_duration to the class [TransactionPartnerUser](https://core.telegram.org/bots/api#transactionpartneruser) for transactions involving a Telegram Premium subscription purchased by the bot. #4781\n- [x] Added the field transaction_type to the class [TransactionPartnerUser](https://core.telegram.org/bots/api#transactionpartneruser), simplifying the differentiation and processing of all transaction types. #4781\n\n### General @Bibo-Joshi \n\n- [x] Increased the maximum price for paid media to 10000 Telegram Stars. #4782\n- [x] Increased the maximum price for a subscription period to 10000 Telegram Stars. #4782\n- [x] Added the class [PaidMessagePriceChanged](https://core.telegram.org/bots/api#paidmessagepricechanged) and the field paid_message_price_changed to the class [Message](https://core.telegram.org/bots/api#message), describing a service message about a price change for paid messages sent to the chat. #4782\n- [x] Added the field paid_star_count to the class [Message](https://core.telegram.org/bots/api#message), containing the number of [Telegram Stars](https://telegram.org/blog/telegram-stars) that were paid to send the message. #4782","author":{"url":"https://github.com/Bibo-Joshi","@type":"Person","name":"Bibo-Joshi"},"datePublished":"2025-04-11T16:38:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/4754/python-telegram-bot/issues/4754"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:134bb7e1-e792-ff5c-6571-0975656d6390
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id86A0:3213A4:AE1ED2:E5608D:6A5B63C1
html-safe-nonce89b5f5caaa79c4e9ae1dc187b9db45367a76abbf72fc52841e8a15340729f56c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NkEwOjMyMTNBNDpBRTFFRDI6RTU2MDhEOjZBNUI2M0MxIiwidmlzaXRvcl9pZCI6IjgwNjY4MzI5MzQ2MTg0ODk3OTMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace02d3e66bb1e80ee1574e186c2d195c2651013149941c4667b5cc3790c13627d
hovercard-subject-tagissue:2989168310
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-telegram-bot/python-telegram-bot/4754/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d17bb803cfa9d868960d6960d731cf6ea1185b455a1f3cec1b74c2f37db57845/python-telegram-bot/python-telegram-bot/issues/4754
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d17bb803cfa9d868960d6960d731cf6ea1185b455a1f3cec1b74c2f37db57845/python-telegram-bot/python-telegram-bot/issues/4754
og:image:altBot API 9.0 Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant part of the checklist from #4756 to your PR and make sure to cover ever...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameBibo-Joshi
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/python-telegram-bot/python-telegram-bot git https://github.com/python-telegram-bot/python-telegram-bot.git
octolytics-dimension-user_id16178365
octolytics-dimension-user_loginpython-telegram-bot
octolytics-dimension-repository_id38696925
octolytics-dimension-repository_nwopython-telegram-bot/python-telegram-bot
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id38696925
octolytics-dimension-repository_network_root_nwopython-telegram-bot/python-telegram-bot
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-telegram-bot/python-telegram-bot/issues/4754#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-telegram-bot%2Fpython-telegram-bot%2Fissues%2F4754
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-telegram-bot%2Fpython-telegram-bot%2Fissues%2F4754
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-telegram-bot%2Fpython-telegram-bot
Reloadhttps://github.com/python-telegram-bot/python-telegram-bot/issues/4754
Reloadhttps://github.com/python-telegram-bot/python-telegram-bot/issues/4754
Reloadhttps://github.com/python-telegram-bot/python-telegram-bot/issues/4754
Please reload this pagehttps://github.com/python-telegram-bot/python-telegram-bot/issues/4754
python-telegram-bot https://github.com/python-telegram-bot
python-telegram-bothttps://github.com/python-telegram-bot/python-telegram-bot
Notifications https://github.com/login?return_to=%2Fpython-telegram-bot%2Fpython-telegram-bot
Fork 6.1k https://github.com/login?return_to=%2Fpython-telegram-bot%2Fpython-telegram-bot
Star 29.3k https://github.com/login?return_to=%2Fpython-telegram-bot%2Fpython-telegram-bot
Code https://github.com/python-telegram-bot/python-telegram-bot
Issues 24 https://github.com/python-telegram-bot/python-telegram-bot/issues
Pull requests 9 https://github.com/python-telegram-bot/python-telegram-bot/pulls
Discussions https://github.com/python-telegram-bot/python-telegram-bot/discussions
Actions https://github.com/python-telegram-bot/python-telegram-bot/actions
Projects https://github.com/python-telegram-bot/python-telegram-bot/projects
Wiki https://github.com/python-telegram-bot/python-telegram-bot/wiki
Security and quality 0 https://github.com/python-telegram-bot/python-telegram-bot/security
Insights https://github.com/python-telegram-bot/python-telegram-bot/pulse
Code https://github.com/python-telegram-bot/python-telegram-bot
Issues https://github.com/python-telegram-bot/python-telegram-bot/issues
Pull requests https://github.com/python-telegram-bot/python-telegram-bot/pulls
Discussions https://github.com/python-telegram-bot/python-telegram-bot/discussions
Actions https://github.com/python-telegram-bot/python-telegram-bot/actions
Projects https://github.com/python-telegram-bot/python-telegram-bot/projects
Wiki https://github.com/python-telegram-bot/python-telegram-bot/wiki
Security and quality https://github.com/python-telegram-bot/python-telegram-bot/security
Insights https://github.com/python-telegram-bot/python-telegram-bot/pulse
💡 featurehttps://github.com/python-telegram-bot/python-telegram-bot/issues?q=type:"💡 feature"
#4756https://github.com/python-telegram-bot/python-telegram-bot/pull/4756
Full Support for Bot API 9.0https://github.com/python-telegram-bot/python-telegram-bot/issues/4754#top
#4756https://github.com/python-telegram-bot/python-telegram-bot/pull/4756
⚙️ bot-apiaffected functionality: bot-apihttps://github.com/python-telegram-bot/python-telegram-bot/issues?q=state%3Aopen%20label%3A%22%E2%9A%99%EF%B8%8F%20bot-api%22
https://github.com/Bibo-Joshi
Bibo-Joshihttps://github.com/Bibo-Joshi
on Apr 11, 2025https://github.com/python-telegram-bot/python-telegram-bot/issues/4754#issue-2989168310
Full Support for Bot API 9.0 #4756https://github.com/python-telegram-bot/python-telegram-bot/pull/4756
api_9.0https://github.com/python-telegram-bot/python-telegram-bot/tree/api_9.0
contribution guidehttps://docs.python-telegram-bot.org/en/stable/contributing.html
https://t.me/pythontelegrambotchannel/105https://t.me/pythontelegrambotchannel/105
this wiki pagehttps://github.com/python-telegram-bot/python-telegram-bot/wiki/Bot-API-Backward-Compatibility
BusinessBotRightshttps://core.telegram.org/bots/api#businessbotrights
BusinessBotRightshttps://core.telegram.org/bots/api#businessbotrights
BusinessConnectionhttps://core.telegram.org/bots/api#businessconnection
@Bibo-Joshihttps://github.com/Bibo-Joshi
readBusinessMessagehttps://core.telegram.org/bots/api#readbusinessmessage
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 business methods #4757https://github.com/python-telegram-bot/python-telegram-bot/pull/4757
deleteBusinessMessageshttps://core.telegram.org/bots/api#deletebusinessmessages
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 business methods #4757https://github.com/python-telegram-bot/python-telegram-bot/pull/4757
setBusinessAccountNamehttps://core.telegram.org/bots/api#setbusinessaccountname
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 business methods #4757https://github.com/python-telegram-bot/python-telegram-bot/pull/4757
setBusinessAccountUsernamehttps://core.telegram.org/bots/api#setbusinessaccountusername
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 business methods #4757https://github.com/python-telegram-bot/python-telegram-bot/pull/4757
setBusinessAccountBiohttps://core.telegram.org/bots/api#setbusinessaccountbio
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 business methods #4757https://github.com/python-telegram-bot/python-telegram-bot/pull/4757
InputProfilePhotohttps://core.telegram.org/bots/api#inputprofilephoto
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 profile photos #4766https://github.com/python-telegram-bot/python-telegram-bot/pull/4766
setBusinessAccountProfilePhotohttps://core.telegram.org/bots/api#setbusinessaccountprofilephoto
removeBusinessAccountProfilePhotohttps://core.telegram.org/bots/api#removebusinessaccountprofilephoto
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 profile photos #4766https://github.com/python-telegram-bot/python-telegram-bot/pull/4766
setBusinessAccountGiftSettingshttps://core.telegram.org/bots/api#setbusinessaccountgiftsettings
@aelkheirhttps://github.com/aelkheir
Api 9.0 gifts #4763https://github.com/python-telegram-bot/python-telegram-bot/pull/4763
StarAmounthttps://core.telegram.org/bots/api#staramount
getBusinessAccountStarBalancehttps://core.telegram.org/bots/api#getbusinessaccountstarbalance
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stars #4773https://github.com/python-telegram-bot/python-telegram-bot/pull/4773
transferBusinessAccountStarshttps://core.telegram.org/bots/api#transferbusinessaccountstars
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stars #4773https://github.com/python-telegram-bot/python-telegram-bot/pull/4773
OwnedGiftRegularhttps://core.telegram.org/bots/api#ownedgiftregular
OwnedGiftUniquehttps://core.telegram.org/bots/api#ownedgiftunique
OwnedGiftshttps://core.telegram.org/bots/api#ownedgifts
getBusinessAccountGiftshttps://core.telegram.org/bots/api#getbusinessaccountgifts
@aelkheirhttps://github.com/aelkheir
Api 9.0 gifts #4763https://github.com/python-telegram-bot/python-telegram-bot/pull/4763
convertGiftToStarshttps://core.telegram.org/bots/api#convertgifttostars
@aelkheirhttps://github.com/aelkheir
Api 9.0 gifts #4763https://github.com/python-telegram-bot/python-telegram-bot/pull/4763
upgradeGifthttps://core.telegram.org/bots/api#upgradegift
@aelkheirhttps://github.com/aelkheir
Api 9.0 gifts #4763https://github.com/python-telegram-bot/python-telegram-bot/pull/4763
transferGifthttps://core.telegram.org/bots/api#transfergift
@aelkheirhttps://github.com/aelkheir
Api 9.0 gifts #4763https://github.com/python-telegram-bot/python-telegram-bot/pull/4763
InputStoryContentPhotohttps://core.telegram.org/bots/api#inputstorycontentphoto
InputStoryContentVideohttps://core.telegram.org/bots/api#inputstorycontentvideo
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stories #4769https://github.com/python-telegram-bot/python-telegram-bot/pull/4769
StoryAreahttps://core.telegram.org/bots/api#storyarea
StoryAreaPositionhttps://core.telegram.org/bots/api#storyareaposition
LocationAddresshttps://core.telegram.org/bots/api#locationaddress
StoryAreaTypeLocationhttps://core.telegram.org/bots/api#storyareatypelocation
StoryAreaTypeSuggestedReactionhttps://core.telegram.org/bots/api#storyareatypesuggestedreaction
StoryAreaTypeLinkhttps://core.telegram.org/bots/api#storyareatypelink
StoryAreaTypeWeatherhttps://core.telegram.org/bots/api#storyareatypeweather
StoryAreaTypeUniqueGifthttps://core.telegram.org/bots/api#storyareatypeuniquegift
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stories #4769https://github.com/python-telegram-bot/python-telegram-bot/pull/4769
postStoryhttps://core.telegram.org/bots/api#poststory
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stories #4769https://github.com/python-telegram-bot/python-telegram-bot/pull/4769
editStoryhttps://core.telegram.org/bots/api#editstory
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stories #4769https://github.com/python-telegram-bot/python-telegram-bot/pull/4769
deleteStoryhttps://core.telegram.org/bots/api#deletestory
@aelkheirhttps://github.com/aelkheir
Api 9.0 business stories #4769https://github.com/python-telegram-bot/python-telegram-bot/pull/4769
DeviceStoragehttps://core.telegram.org/bots/webapps#devicestorage
SecureStoragehttps://core.telegram.org/bots/webapps#securestorage
@aelkheirhttps://github.com/aelkheir
#4763https://github.com/python-telegram-bot/python-telegram-bot/pull/4763
UniqueGiftModelhttps://core.telegram.org/bots/api#uniquegiftmodel
UniqueGiftSymbolhttps://core.telegram.org/bots/api#uniquegiftsymbol
UniqueGiftBackdropColorshttps://core.telegram.org/bots/api#uniquegiftbackdropcolors
UniqueGiftBackdrophttps://core.telegram.org/bots/api#uniquegiftbackdrop
UniqueGifthttps://core.telegram.org/bots/api#uniquegift
AcceptedGiftTypeshttps://core.telegram.org/bots/api#acceptedgifttypes
AcceptedGiftTypeshttps://core.telegram.org/bots/api#acceptedgifttypes
ChatFullInfohttps://core.telegram.org/bots/api#chatfullinfo
GiftInfohttps://core.telegram.org/bots/api#giftinfo
Messagehttps://core.telegram.org/bots/api#message
UniqueGiftInfohttps://core.telegram.org/bots/api#uniquegiftinfo
Messagehttps://core.telegram.org/bots/api#message
@aelkheirhttps://github.com/aelkheir
giftPremiumSubscriptionhttps://core.telegram.org/bots/api#giftpremiumsubscription
Api 9.0 premium #4781https://github.com/python-telegram-bot/python-telegram-bot/pull/4781
TransactionPartnerUserhttps://core.telegram.org/bots/api#transactionpartneruser
Api 9.0 premium #4781https://github.com/python-telegram-bot/python-telegram-bot/pull/4781
TransactionPartnerUserhttps://core.telegram.org/bots/api#transactionpartneruser
Api 9.0 premium #4781https://github.com/python-telegram-bot/python-telegram-bot/pull/4781
@Bibo-Joshihttps://github.com/Bibo-Joshi
Api 9.0 general #4782https://github.com/python-telegram-bot/python-telegram-bot/pull/4782
Api 9.0 general #4782https://github.com/python-telegram-bot/python-telegram-bot/pull/4782
PaidMessagePriceChangedhttps://core.telegram.org/bots/api#paidmessagepricechanged
Messagehttps://core.telegram.org/bots/api#message
Api 9.0 general #4782https://github.com/python-telegram-bot/python-telegram-bot/pull/4782
Messagehttps://core.telegram.org/bots/api#message
Telegram Starshttps://telegram.org/blog/telegram-stars
Api 9.0 general #4782https://github.com/python-telegram-bot/python-telegram-bot/pull/4782
⚙️ bot-apiaffected functionality: bot-apihttps://github.com/python-telegram-bot/python-telegram-bot/issues?q=state%3Aopen%20label%3A%22%E2%9A%99%EF%B8%8F%20bot-api%22
💡 featurehttps://github.com/python-telegram-bot/python-telegram-bot/issues?q=type:"💡 feature"
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.