You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025 Edition (#32)
Just a technical update, bumped dependencies, switched to a new naming
schema.
Important: the next version (no estimates, but definitely Q1 or Q2 2025)
will switch to using TOML files as config.
Dependencies update: August 2024 (#28)
* Updated dependencies
* Updated code to use new pydantic-settings and new aiogram
* Using distroless docker image to run bot
Replaced new_chat_members handler with my_chat_member due to Bot API …
…changes.
On April 26th, 2021, Telegram warned (https://core.telegram.org/bots/api-changelog#april-26-2021) developers, that Bot API will stop generating join events for big groups with "thousands" of members (https://t.me/tdlibchat/14288). It's time to switch to my_chat_member handler.