694 B
694 B
title | description | image |
---|---|---|
updateLangPack | Update lang pack | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateLangPack
Update lang pack
Attributes:
Name | Type | Required | Description |
---|---|---|---|
difference | LangPackDifference | Yes | Difference |
Type: Update
Example:
$updateLangPack = ['_' => 'updateLangPack', 'difference' => LangPackDifference];
Or, if you're into Lua:
updateLangPack={_='updateLangPack', difference=LangPackDifference}