2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Update API scheme to layer 143.

This commit is contained in:
John Preston
2022-05-10 18:22:28 +04:00
parent dd05fb4d14
commit 6dedf7c63e
81 changed files with 595 additions and 458 deletions

View File

@@ -120,7 +120,7 @@ void SetGlobalLoader(base::unique_qptr<Loader> loader) {
GlobalLoaderValues.fire(GlobalLoader.get());
}
int GetDownloadSize(int id) {
int64 GetDownloadSize(int id) {
return ranges::find(kSets, id, &Set::id)->size;
}