-
Notifications
You must be signed in to change notification settings - Fork 246
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
Update to Bot API 7.2 #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
@llnulldisk do you generate api changes or write them manually? |
Currently I'm still working on a script to generate the changes. With some manual changes I can already generate all the type headers and TgTypeParser. I still write all api methods manually, as they are somewhat more complex. |
You could check out my parser for reference/infos. Generator is also there. |
Added support for the Telegram Bot API 6.6 with the following changes:
Added support for the Telegram Bot API 6.7 with the following changes:
Added support for the Telegram Bot API 6.8 with the following changes:
Added support for the Telegram Bot API 6.9 with the following changes:
Added support for the Telegram Bot API 7.0 with the following changes:
Reactions
Replies 2.0
Link Preview Customization
Multiple Message Actions
Request for multiple users
Chat Boost
Giveaway
Other Changes
Added support for the Telegram Bot API 7.1 with the following changes:
Added support for the Telegram Bot API 7.2 with the following changes:
Integration with Business Accounts
Working on Behalf of Business Accounts
Information about Business Accounts
Mixed-Format Sticker Packs
Request Chat Improvements
Other Changes
Breaking changes are marked accordingly
Fixed #278 and the same error at 7 other occurrences