2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

API scheme updated to layer 67.

This commit is contained in:
John Preston
2017-04-10 12:35:47 +03:00
parent 972fdb5c76
commit a813793007
3 changed files with 33 additions and 4 deletions

View File

@@ -5721,5 +5721,13 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
}
} break;
////// Cloud langpacks
case mtpc_updateLangPack: {
auto &langpack = update.c_updateLangPack();
} break;
case mtpc_updateLangPackTooLong: {
} break;
}
}