Title: [FEATURE] API 7.4 · Issue #4275 · python-telegram-bot/python-telegram-bot · GitHub
Open Graph Title: [FEATURE] API 7.4 · Issue #4275 · python-telegram-bot/python-telegram-bot
X Title: [FEATURE] API 7.4 · Issue #4275 · python-telegram-bot/python-telegram-bot
Description: What kind of feature are you missing? Where do you notice a shortcoming of PTB? ⭐ 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 #4275 to your ...
Open Graph Description: What kind of feature are you missing? Where do you notice a shortcoming of PTB? ⭐ Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant p...
X Description: What kind of feature are you missing? Where do you notice a shortcoming of PTB? ⭐ Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant p...
Opengraph URL: https://github.com/python-telegram-bot/python-telegram-bot/issues/4275
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[FEATURE] API 7.4","articleBody":"### What kind of feature are you missing? Where do you notice a shortcoming of PTB?\r\n\r\n⭐ \r\n\r\n### Important\r\n\r\n- Comment here or in the dev group what you want to work on so we can assign you\r\n- Please copy the relevant part of the checklist from\r\n- https://github.com/python-telegram-bot/python-telegram-bot/issues/4275 to your PR and make sure to cover everything :)\r\n- Please base your branch on the [api-7.4](https://github.com/python-telegram-bot/python-telegram-bot/tree/api-7.4) branch\r\n- If this is your first contribution, please be sure to read the [contribution guide](https://docs.python-telegram-bot.org/en/latest/contributing.html) and feel free to reach out with any questions via https://t.me/pythontelegrambotdev\r\n\r\n\r\n### Describe the solution you'd like\r\n\r\n- [x] Added support for payments in [Telegram Stars](https://t.me/BotNews/90) by introducing the new currency “XTR”. (Taken by @harshil21)\r\n- [x] The parameter provider_token of the methods [sendInvoice](https://core.telegram.org/bots/api#sendinvoice) and [createInvoiceLink](https://core.telegram.org/bots/api#createinvoicelink) must be omitted for payments in [Telegram Stars](https://t.me/BotNews/90). (Taken by @harshil21)\r\n- [x] The field provider_token in the class [InputInvoiceMessageContent](https://core.telegram.org/bots/api#inputinvoicemessagecontent) must be omitted for payments in [Telegram Stars](https://t.me/BotNews/90). (Taken by @harshil21)\r\n- [x] Added the method [refundStarPayment](https://core.telegram.org/bots/api#refundstarpayment). (Taken by @harshil21)\r\n- [x] Added the field effect_id to the class [Message](https://core.telegram.org/bots/api#message). (Taken by @harshil21)\r\n- [x] Added the parameter message_effect_id to the methods [sendMessage](https://core.telegram.org/bots/api#sendmessage), [sendPhoto](https://core.telegram.org/bots/api#sendphoto), [sendVideo](https://core.telegram.org/bots/api#sendvideo), [sendAnimation](https://core.telegram.org/bots/api#sendanimation), [sendAudio](https://core.telegram.org/bots/api#sendaudio), [sendDocument](https://core.telegram.org/bots/api#senddocument), [sendSticker](https://core.telegram.org/bots/api#sendsticker), [sendVideoNote](https://core.telegram.org/bots/api#sendvideonote), [sendVoice](https://core.telegram.org/bots/api#sendvoice), [sendLocation](https://core.telegram.org/bots/api#sendlocation), [sendVenue](https://core.telegram.org/bots/api#sendvenue), [sendContact](https://core.telegram.org/bots/api#sendcontact), [sendPoll](https://core.telegram.org/bots/api#sendpoll), [sendDice](https://core.telegram.org/bots/api#senddice), [sendInvoice](https://core.telegram.org/bots/api#sendinvoice), [sendGame](https://core.telegram.org/bots/api#sendgame), and [sendMediaGroup](https://core.telegram.org/bots/api#sendmediagroup). (Taken by @harshil21)\r\n- [x] Added the field show_caption_above_media to the classes [Message](https://core.telegram.org/bots/api#message), [InputMediaAnimation](https://core.telegram.org/bots/api#inputmediaanimation), [InputMediaPhoto](https://core.telegram.org/bots/api#inputmediaphoto), [InputMediaVideo](https://core.telegram.org/bots/api#inputmediavideo), [InlineQueryResultGif](https://core.telegram.org/bots/api#inlinequeryresultgif), [InlineQueryResultMpeg4Gif](https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif), [InlineQueryResultPhoto](https://core.telegram.org/bots/api#inlinequeryresultphoto), [InlineQueryResultVideo](https://core.telegram.org/bots/api#inlinequeryresultvideo), [InlineQueryResultCachedGif](https://core.telegram.org/bots/api#inlinequeryresultcachedgif), [InlineQueryResultCachedMpeg4Gif](https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif), [InlineQueryResultCachedPhoto](https://core.telegram.org/bots/api#inlinequeryresultcachedphoto), and [InlineQueryResultCachedVideo](https://core.telegram.org/bots/api#inlinequeryresultcachedvideo). (Taken by @harshil21)\r\n- [x] Added the parameter show_caption_above_media to the methods [sendAnimation](https://core.telegram.org/bots/api#sendanimation), [sendPhoto](https://core.telegram.org/bots/api#sendphoto), [sendVideo](https://core.telegram.org/bots/api#sendvideo), [copyMessage](https://core.telegram.org/bots/api#copymessage), and [editMessageCaption](https://core.telegram.org/bots/api#editmessagecaption). (Taken by @harshil21)\r\n- [x] Added support for “expandable_blockquote” entities in received messages.\r\n- [x] Added support for “expandable_blockquote” entity parsing in “MarkdownV2” and “HTML” parse modes.\r\n- [x] Allowed to explicitly specify “expandable_blockquote” entities in formatted texts.\r\n\r\n### Describe alternatives you've considered\r\n\r\nIf you want to contribute, you can start from the [Contribution Guide](https://docs.python-telegram-bot.org/en/latest/contributing.html).\r\n\r\n\r\n### Additional context\r\n\r\nPlease comment below before start working on any part of the update to keep things in track and avoid double work.","author":{"url":"https://github.com/harshil21","@type":"Person","name":"harshil21"},"datePublished":"2024-05-28T13:01:58.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/4275/python-telegram-bot/issues/4275"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:e9bb3989-83f6-27dd-45d6-76bcd5e0a3c4 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D8C8:1C1025:22EAEAB:2EB95C8:6A5BDA66 |
| html-safe-nonce | a7f2fcab65d9c9ecc74e732949a2f86ced7174c17b65e84697d7b8f4b9cdd5a8 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOEM4OjFDMTAyNToyMkVBRUFCOjJFQjk1Qzg6NkE1QkRBNjYiLCJ2aXNpdG9yX2lkIjoiOTE3ODc4MjUzNDI4MDY2NTcwMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 21b617128ec3db7557590ac84c8df55d0239264133b163eb4b86bb0b6742a8ac |
| hovercard-subject-tag | issue:2321013535 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-telegram-bot/python-telegram-bot/4275/issue_layout |
| twitter:image | https://opengraph.githubassets.com/159474261be2abcc0f3c117cf694b20b24f443756cbb1ac0f3e65313c6ca4016/python-telegram-bot/python-telegram-bot/issues/4275 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/159474261be2abcc0f3c117cf694b20b24f443756cbb1ac0f3e65313c6ca4016/python-telegram-bot/python-telegram-bot/issues/4275 |
| og:image:alt | What kind of feature are you missing? Where do you notice a shortcoming of PTB? ⭐ Important Comment here or in the dev group what you want to work on so we can assign you Please copy the relevant p... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | harshil21 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/python-telegram-bot/python-telegram-bot git https://github.com/python-telegram-bot/python-telegram-bot.git |
| octolytics-dimension-user_id | 16178365 |
| octolytics-dimension-user_login | python-telegram-bot |
| octolytics-dimension-repository_id | 38696925 |
| octolytics-dimension-repository_nwo | python-telegram-bot/python-telegram-bot |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 38696925 |
| octolytics-dimension-repository_network_root_nwo | python-telegram-bot/python-telegram-bot |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width