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

Parameters

Name Type Description
Key string Language key
Value string Value

Returns

LangPackString

Gogram Example

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