Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Bot API 7.11 (October 31, 2024) #492

Open
5 tasks
bernard-ng opened this issue Oct 31, 2024 · 0 comments
Open
5 tasks

Support Bot API 7.11 (October 31, 2024) #492

bernard-ng opened this issue Oct 31, 2024 · 0 comments

Comments

@bernard-ng
Copy link
Contributor

  • 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.
  • 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.
  • Added the class TransactionPartnerTelegramApi for transactions related to paid broadcasted messages.
  • Introduced the ability to add media to existing text messages using the method editMessageMedia.
  • Added support for hashtag and cashtag entities with a specified chat username that opens a search for the relevant tag within the specified chat.

⚠️ WARNING! ⚠️
Starting December 1, 2024 messages with video that are sent, copied or forwarded to groups and channels with a sufficiently large audience can be automatically scheduled by the server until the respective video is reencoded. Such messages will have 0 as their message identifier and can't be used before they are actually sent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant