Layer 220
LangPackStringDeleted
Deleted localization string
constructor
langPackStringDeleted#2979eeb2 key:string = LangPackString;
Parameters
| Name | Type | Description |
|---|---|---|
| Key | string | Localization key |
Returns
LangPackStringGogram Example
// Creating LangPackStringDeleted constructor obj := &tg.LangPackStringDeleted{ Key: "...", }