Layer 220
UpdateLangPackTooLong
A language pack has changed, the client should manually fetch the changed strings using langpack. get Difference
constructor
updateLangPackTooLong#46560264 lang_code:string = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| LangCode | string | Language code |
Returns
UpdateGogram Example
// Creating UpdateLangPackTooLong constructor obj := &tg.UpdateLangPackTooLong{ LangCode: "...", }