Skip to content

Conversation

@telepath-companion
Copy link

Bot API 7.9

  • Added support for Super Channels , allowing received channel messages to have users or other channels as their senders.
  • Added the ability to send paid media to any chat.
  • Added the parameter business_connection_id to the method sendPaidMedia , allowing bots to send paid media on behalf of a business account.
  • Added the field paid_media to the class TransactionPartnerUser for transactions involving paid media.
  • Added the method createChatSubscriptionInviteLink , allowing bots to create subscription invite links.
  • Added the method editChatSubscriptionInviteLink , allowing bots to edit the name of subscription invite links.
  • Added the field until_date to the class ChatMemberMember for members with an active subscription.
  • Added support for paid reactions and the class ReactionTypePaid .

@telepath-companion telepath-companion bot added auto-generated Reflects auto-generated code changes bot api Telegram Bot API related WTD Enable What The Diff comments labels Aug 14, 2024
@telepath-companion telepath-companion bot requested a review from TiiFuchs August 14, 2024 12:29
@what-the-diff
Copy link

what-the-diff bot commented Aug 14, 2024

PR Summary 🚀

  • Adding an optional until_date parameter to the ChatMemberMember class 👥
    A new time-based feature was added to our chat member class that allows setting a certain duration for a membership in chats. This gives more control to administrators on how long a member can participate in a chatroom. 😁

  • Improving comments for from and sender_chat properties in Message class 📜
    We tweaked the explanation and descriptions for both from and sender_chat in our messaging class. This will help our other developers understand these properties better. And as we understand better, we build better! 🧠💪

  • Introduction of a new class: ReactionTypePaid 💳💰
    Showing some love for our paid features! A new class dedicated to dealing with paid reactions has been created. This paves the way for more exciting paid interactive functionalities for our users in the future 🎉.

  • Adding paid_media option in the TransactionPartnerUser class 💷🎞
    A new option has been added letting users incorporate paid media within transactions. This allows for more complexities and depth in our transaction handling...but in a good way. More options = more possibilities! 🌐

@TiiFuchs TiiFuchs merged commit 7e25039 into main Aug 16, 2024
@TiiFuchs TiiFuchs deleted the api-7.9 branch August 16, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-generated Reflects auto-generated code changes bot api Telegram Bot API related WTD Enable What The Diff comments

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants