mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
663 B
663 B
title | description | nav_exclude | image |
---|---|---|---|
updateLangPack | Language pack updated | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateLangPack
Language pack updated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
difference | LangPackDifference | Yes | Changed strings |
Type: Update
Example:
$updateLangPack = ['_' => 'updateLangPack', 'difference' => LangPackDifference];