MadelineProtoDocs/docs/API_docs/constructors/updateLangPackTooLong.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];