mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
874 B
874 B
title | description | nav_exclude | image |
---|---|---|---|
updateLangPackTooLong | A language pack has changed, the client should manually fetch the changed strings using langpack.getDifference | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateLangPackTooLong
A language pack has changed, the client should manually fetch the changed strings using langpack.getDifference
Attributes:
Name | Type | Required | Description |
---|---|---|---|
lang_code | string | Yes | Language code |
Type: Update
Example:
$updateLangPackTooLong = ['_' => 'updateLangPackTooLong', 'lang_code' => 'string'];