PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
442 stars 105 forks source link

Bot API 7.2 support #155

Closed PaulSonOfLars closed 2 months ago

PaulSonOfLars commented 3 months ago

What

Add support for Bot API 7.2: https://core.telegram.org/bots/api#march-31-2024

Regenerate all necessary fields and configurations to match this, as well as create some new filters for new fields. Note: Some breaking changes to do with stickerformat methods

Impact