Interface SynchronizeLanguagePack

Fetches the latest versions of all strings from a language pack in the current localization target from the server. This method doesn't need to be called explicitly for the current used/base language packs. Can be called before authorization. Request type for Tdjson#synchronizeLanguagePack.

interface SynchronizeLanguagePack {
    @type: "synchronizeLanguagePack";
    language_pack_id: string;
}

Properties

@type: "synchronizeLanguagePack"
language_pack_id: string

Language pack identifier.