Layer 224
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: "Hello, World!",
    Value: "Hello, World!",
}