langPackString
Translated localization string
type tg.LangPackString struct { /* ... */ }
Implements LangPackString.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Key | string | yes | Language key |
Value | string | yes | Value |
References
- Official documentation
- Generated Go reference
- TL definition:
langPackString#cad181f6