Telegramium-10.902.0
Telegramium-10.902.0 supports all methods and entities of Telegram Bot API v9.2.
Excerpt from the Bot API official announcement for the version 9.2
📭 Direct Messages in Channels
- Introduced Channel Direct Messages Chats, allowing bots to send and detect Direct Messages in channels they manage.
- Bots can now identify direct messages chats and their parent channel.
- Bots now additionally receive topic metadata for direct messages.
⭐️ Suggested Posts
- Introduced full support for Suggested Posts in channels, unlocking granular automations via bots with sufficient rights.
- Bots can now detect, send, approve and decline suggested posts, with detailed price and date options.
- All relevant service messages are supported – including approvals, errors, declines, successful payments and refunds.
☑️ Checklists
- Bots can now reply directly to individual checklist tasks.
🎁 Gifts
- Gifts can now expose their publisher chat for attribution.
https://core.telegram.org/bots/api-changelog#august-15-2025
⚠️ Breaking Library Change: Numeric Field Types Updated
The fields representing timestamps, monetary amounts, and identifiers have been changed from Int to Long.
This affects fields such as IDs, Unix timestamps, and monetary values throughout the Telegram Bot API schema. This change ensures compatibility with the full range of values provided by the Telegram API, preventing potential overflows and data loss for large numbers.