Skip to content

Telegramium-10.902.0

Choose a tag to compare

@johnspade johnspade released this 19 Sep 23:38
· 73 commits to master since this release

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

⭐️ Suggested Posts

☑️ Checklists

🎁 Gifts

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.