mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Support new ('modern') API file locations.
This commit is contained in:
@@ -303,7 +303,10 @@ protected:
|
||||
const QString &newName,
|
||||
const QString &newNameOrPhone,
|
||||
const QString &newUsername);
|
||||
void updateUserpic(PhotoId photoId, const MTPFileLocation &location);
|
||||
void updateUserpic(
|
||||
PhotoId photoId,
|
||||
MTP::DcId dcId,
|
||||
const MTPFileLocation &location);
|
||||
void clearUserpic();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user