Implemented full tgapi method coverage from Telegram docs, aligned numeric ID/file_size types, and fixed method signatures/JSON tags.; Standardized GoDoc across exported APIs with Telegram links and refreshed README sections for MsgContext plus API/Uploader usage.
10 lines
135 B
Go
10 lines
135 B
Go
package utils
|
|
|
|
const (
|
|
VersionString = "1.0.0-beta.22"
|
|
VersionMajor = 1
|
|
VersionMinor = 0
|
|
VersionPatch = 0
|
|
VersionBeta = 22
|
|
)
|