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

Update API scheme to layer 133.

This commit is contained in:
John Preston
2021-08-25 11:15:05 +03:00
parent ce7a3c354c
commit a6c98f4bb4
61 changed files with 618 additions and 615 deletions

View File

@@ -659,7 +659,7 @@ public:
bool updateWallpapers(const MTPaccount_WallPapers &data);
void removeWallpaper(const WallPaper &paper);
const std::vector<WallPaper> &wallpapers() const;
int32 wallpapersHash() const;
uint64 wallpapersHash() const;
void clearLocalStorage();
@@ -793,7 +793,7 @@ private:
const MTPMessageMedia &media,
TimeId date);
void setWallpapers(const QVector<MTPWallPaper> &data, int32 hash);
void setWallpapers(const QVector<MTPWallPaper> &data, uint64 hash);
void checkPollsClosings();
@@ -944,7 +944,7 @@ private:
std::unique_ptr<CredentialsWithGeneration> _passportCredentials;
std::vector<WallPaper> _wallpapers;
int32 _wallpapersHash = 0;
uint64 _wallpapersHash = 0;
Groups _groups;
std::unique_ptr<ChatFilters> _chatsFilters;