MadelineProtoDocs/old_docs/API_docs_v82/constructors/updateLangPackTooLong.md

729 B

title description image
updateLangPackTooLong A language pack has changed, the client should manually fetch the changed strings using [langpack.getDifference](../methods/langpack.getDifference.md) 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

Type: Update

Example:

$updateLangPackTooLong = ['_' => 'updateLangPackTooLong'];

Or, if you're into Lua:

updateLangPackTooLong={_='updateLangPackTooLong'}