Layer 220
constructor
langPackStringDeleted#2979eeb2 key:string = LangPackString;

Parameters

Name Type Description
Key string Localization key

Returns

LangPackString

Gogram Example

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