Layer 224
LangPackStringObj
Translated localization string
constructor
langPackString#cad181f6 key:string value:string = LangPackString;
Parameters
| Name | Type | Description |
|---|---|---|
| Key | string | Language key |
| Value | string | Value |
Returns
LangPackStringGogram Example
// Creating LangPackStringObj constructor obj := &tg.LangPackStringObj{ Key: "Hello, World!", Value: "Hello, World!", }