Layer 228
constructor
langPackString#cad181f6 key:string value:string = LangPackString;

Parameters

Name Type Description
Key string Language key
Value string Value

Returns

LangPackString

Gogram Example

// Creating LangPackStringObj constructor
obj := &tg.LangPackStringObj{
    Key: "example",
    Value: "example",
}