feat(tgapi): add context-aware API/uploader methods and align params/docs with Telegram Bot API

This commit is contained in:
2026-03-19 15:10:49 +03:00
parent 0b1a58a514
commit 6b9075c722
18 changed files with 1582 additions and 35 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
package utils
const (
VersionString = "1.0.0-rc.3"
VersionString = "1.0.0-rc.4"
VersionMajor = 1
VersionMinor = 0
VersionPatch = 0
VersionBeta = 3
VersionBeta = 4
)