Echotron News
39 subscribers
1 photo
37 links
Download Telegram
Echotron v3.25.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 6.7.

You can check out what's new here:
https://core.telegram.org/bots/api#april-21-2023

Full changelog:
- Update to API 6.7, check previous link for more info
Echotron v3.25.1 is out now! 🎉

The library has been updated to fix a bug related to an option used by command-related methods.

Full changelog:
- Fixed tags in BotCommandScope (used in SetMyCommands, DeleteMyCommands, GetMyCommands)
Echotron v3.26.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 6.8.

You can check out what's new here:
https://core.telegram.org/bots/api#august-18-2023

Full changelog:
- Update to API 6.8, check previous link for more info
Echotron v3.26.1 is out now! 🎉

The library has been updated to fix a wrong API endpoint call.
Thanks iniudin for your contribution!

Full changelog:
- Fix CopyMessage endpoint
Echotron v3.27.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 6.9 and fix a long lasting bug.

You can check out what's new here:
https://core.telegram.org/bots/api#september-22-2023

Full changelog:
- Update to API 6.9, check previous link for more info
- Fixed bug in RestrictChatMember where permissions were serialized incorrectly and ignored by Telegram (thanks @dpogibenko for the heads up!)
Echotron v3.28.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.0.

You can check out what's new here:
https://core.telegram.org/bots/api#december-29-2023

Full changelog:
- Update to API 7.0, check previous link for more info
As we reach the end of 2023, we'd like to thank all of you for the continuous support and we hope you'll keep on create new and awesome bot projects with Echotron.

See you in 2024! 🍾
Please open Telegram to view this post
VIEW IN TELEGRAM
Echotron v3.29.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.1.

You can check out what's new here:
https://core.telegram.org/bots/api#february-16-2024

Full changelog:
- Update to API 7.1, check previous link for more info
Echotron v3.30.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.2.

You can check out what's new here:
https://core.telegram.org/bots/api#march-31-2024

Full changelog:
- Update to API 7.2, check previous link for more info
Echotron v3.31.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.3.

You can check out what's new here:
https://core.telegram.org/bots/api-changelog#may-6-2024

Full changelog:
- Update to API 7.3, check previous link for more info
Echotron v3.31.1 is out now! 🎉

The library has been updated to add some missing fields to the Update type, complete the Update.ChatID() helper and optimize some structs.

Full changelog:
- Added missing Poll and PollAnswer fields to Update
- Added missing PollAnswer type to Update.ChatID() (apparently, Poll has no chat ID of sorts)
- Aligned some more fields in structs to improve memory footprint
Echotron v3.31.2 is out now! 🎉

The library has been updated to add a request limiter and allow user to initialise a bot with a Local Bot API Server.

Full changelog:
- Add request limiter and set it to 20 requests per minute per chat and 30 requests per second globally (default Telegram API limits)
- Add NewLocalAPI which allows to initialise a bot with a Local Bot API Server (more info here)
Echotron v3.31.3 is out now! 🎉

The library has been updated to add two functions to set the rate of the limiter.

Full changelog:
- Add SetGlobalRequestLimit to set the global requests limit.
- Add SetChatRequestLimit to set the per-chat requests limit.
Echotron v3.32.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.4 and fix a small bug.
Thanks heffcodex for your contribution!

You can check out what's new here:
https://core.telegram.org/bots/api#may-28-2024

Full changelog:
- Update to API 7.4, check previous link for more info
- Fix wrong return value for methods that return a APIResponseChat struct
Echotron v3.33.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.5.

You can check out what's new here:
https://core.telegram.org/bots/api#june-18-2024

Full changelog:
- Update to API 7.5, check previous link for more info
Echotron v3.34.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.6.

You can check out what's new here:
https://core.telegram.org/bots/api#july-1-2024

Full changelog:
- Update to API 7.6, check previous link for more info
Echotron v3.35.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.7.

You can check out what's new here:
https://core.telegram.org/bots/api#july-7-2024

Full changelog:
- Update to API 7.7, check previous link for more info
Echotron v3.36.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.8.

You can check out what's new here:
https://core.telegram.org/bots/api#july-31-2024

Full changelog:
- Update to API 7.8, check previous link for more info
Echotron v3.37.0 is out now! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 7.9.

You can check out what's new here:
https://core.telegram.org/bots/api#august-14-2024

Full changelog:
- Update to API 7.9, check previous link for more info
Please open Telegram to view this post
VIEW IN TELEGRAM