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
+2 -2
View File
@@ -2,7 +2,7 @@ package utils
const (
// VersionString is the module version string.
VersionString = "1.0.0-rc.10"
VersionString = "1.0.0-rc.11"
// VersionMajor is the module major version.
VersionMajor = 1
// VersionMinor is the module minor version.
@@ -10,5 +10,5 @@ const (
// VersionPatch is the module patch version.
VersionPatch = 0
// VersionBeta is the prerelease counter for the current version.
VersionBeta = 10
VersionBeta = 11
)