Echotron News
42 subscribers
1 photo
41 links
Download Telegram
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!)
👍3
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
👍2
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
👍3👏1
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
4👏1
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
👍1🔥1👏1
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
👏1
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
👏1
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)
👏1
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.
🔥1👏1
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
👏1
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
2👏1
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
👏1
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
🔥2👏1
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
👏1
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
A message from the maintainer, Dj_Mike238:
Hey there! Sorry for the late Echotron updates.

Last month has been particularly hectic for me, and Telegram didn't exactly help, by releasing three new Bot API updates in a single month (some bigger, some smaller ones).

I still managed to somehow keep tabs on everything new on Telegram land, and I'm happy to finally have found some time to update Echotron.

I care so much about this project, it's also one of the main reasons why I found my current job!
I still want to keep maintaining it, even if this might mean delaying some updates.

And today is a great day to pump out updates: it's Telegram 11th birthday, so happy birthday Telegram! 🎉

Enjoy the new Echotron features, stay tuned for what's to come and keep building awesome bots with Echotron!
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥5👍1👏1🫡1
Echotron v3.38.0 is out now! 🎉

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

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

Full changelog:
- Update to API 7.10, check previous link for more info
- Fix typo in ReplyParameters struct
2🔥1🥰1👏1
Happy (belated) new year everyone! Here's a quick round-up of the latest Echotron updates:

Echotron v3.39.0
- Improve dispatcher session handling
- Improve client request limiter
- Code cleanup

Echotron v3.40.0
- Update to API 7.11, more info here:
https://core.telegram.org/bots/api-changelog#october-31-2024
- Fix typo in ChatAdministratorRights struct and tweak default permissions

Echotron v3.41.0
- Update to API 8.0, more info here:
https://core.telegram.org/bots/api-changelog#november-17-2024

Echotron v3.42.0
- Update to API 8.1, more info here:
https://core.telegram.org/bots/api-changelog#december-4-2024

Echotron v3.43.0
- Update to API 8.2, more info here:
https://core.telegram.org/bots/api-changelog#january-1-2025
2👏1
Hello everyone! Long time no see. We're still around, and we just released Echotron v3.44.0! 🎉

The library has been updated to reflect the new changes made in Telegram Bot API 8.3 to 9.4, with a few extra fixes to the internal code in order to make it more reliable and cover some pesky corner cases.

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

Full changelog:
- Update to API 9.4, check previous link for more info
- Fix typo in InvoiceOptions
- Refactor internal API HTTP Client
👍21🔥1👏1
Echotron v3.45.0 is out now! 🎉

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

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

Full changelog:
- Update to API 9.5, check previous link for more info
- Slightly improve memory footprint for some use cases
🔥1👏1