langPackDifference
Changes to the app's localization pack
type tg.LangPackDifference struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
LangCode | string | yes | Language code |
FromVersion | int | yes | Previous version number |
Version | int | yes | New version number |
Strings | []LangPackStringClass | yes | Localized strings |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
langPackDifference#f385c1f6