We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c912838 commit 476693bCopy full SHA for 476693b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v1.17.0 (2025-08-18)
4
+
5
+- api 9.2 (#207)
6
+- fix: hide token from logs (#206)
7
+- use io.Pipe for build request (#205)
8
+- 🛠️ fix: models.InputSticker model handling/usage (#201)
9
+- style: replace empty `interface{}` with `any` (#200)
10
11
## v1.16.0 (2025-07-08)
12
13
- support API 9.1 (#194)
README.md
@@ -6,7 +6,7 @@
> [Telegram Group](https://t.me/gotelegrambotui)
-> Supports Bot API version: [9.1](https://core.telegram.org/bots/api#july-3-2025) from July 3, 2025
+> Supports Bot API version: [9.2](https://core.telegram.org/bots/api#august-15-2025) from August 15, 2025
It's a Go zero-dependencies telegram bot framework
0 commit comments