Description
What kind of feature are you missing? Where do you notice a shortcoming of PTB?
API 7.11
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 [FEATURE] API 7.11 #4543 to your PR and make sure to cover everything :)
- Please base your branch on the api-7.11branch
- If this is your first contribution, please be sure to read the contribution guide and feel free to reach out with any questions via https://t.me/pythontelegrambotchannel/105
Describe the solution you'd like
- Added the class CopyTextButton and the field copy_text in the class InlineKeyboardButton allowing bots to send and receive inline buttons that copy arbitrary text. @Bibo-Joshi Bot API 7.11: Add
CopyTextButton
and Integrate intoInlineKeyboardButton
#4547 - Added the parameter allow_paid_broadcast to the methods sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendPaidMedia, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendInvoice, sendGame, sendMediaGroup and copyMessage. @Bibo-Joshi Bot API 7.11: Add
allow_paid_broadcast
Argument toBot
Methods #4550 - Added the class TransactionPartnerTelegramApi for transactions related to paid broadcasted messages. @Bibo-Joshi Bot API 7.11: Add
TransactionPartnerTelegramApi
#4548 - Introduced the ability to add media to existing text messages using the method editMessageMedia. Bot API 7.11 #4546
- Added support for hashtag and cashtag entities with a specified chat username that opens a search for the relevant tag within the specified chat. @Bibo-Joshi 4546
Describe alternatives you've considered
If you want to contribute, you can start from the Contribution Guide.
Additional context
Please comment below before start working on any part of the update so as to keep things in track and avoid double work.
Metadata
Metadata
Assignees
Labels
No labels