fix(tgapi): accept string chat boost IDs

This commit is contained in:
2026-03-25 18:20:20 +03:00
parent 158625c220
commit 5d3199dc21
4 changed files with 32 additions and 5 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
# Changelog
## Unreleased
## v1.0.0-rc.11
### Fixed
- `chat_boost` update decoding now accepts string `boost_id` values, matching the current Telegram Bot API schema and preventing polling failures on boosted-chat updates.
## v1.0.0-rc.10
### Added
- `Plugin.AddUpdateHandler` for routing non-command Telegram updates by `tgapi.UpdateType`.