REPOSITORY / ScuroNeko/Laniakea
Releases
-
1.0.0 RC 14 Pre-Release
released this
2026-04-06 16:14:53 +03:00 | 41 commits to dev since this release- Added Bot API 9.6 coverage, including managed bots, prepared keyboard buttons, poll updates, poll option reply targeting, and related DTO/method updates.
- Renamed exported tgapi request parameter structs from the *P suffix to method-shaped names, for example SendMessageP -> SendMessage and SetWebhookP -> SetWebhook.
- Added MaybeInaccessibleMessage support for Message.PinnedMessage with accessible/inaccessible decoding helpers.
- Expanded regression coverage for Bot API 9.6 poll decoding, managed_bot updates, structured setChatMenuButton(...) serialization, and MaybeInaccessibleMessage JSON decoding.
- Added missing godoc for newly introduced Telegram Bot API exported declarations.
- Updated wiki and tgapi documentation to match the new request-struct naming and current low-level API usage.
Full Changelog: v1.0.0-rc.13...v1.0.0-rc.14
Downloads