mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Use getters in MTP classes.
This commit is contained in:
@@ -327,8 +327,8 @@ void PeerData::updateUserpic(
|
||||
MTP_inputPeerPhotoFileLocation(
|
||||
MTP_flags(0),
|
||||
input,
|
||||
deprecated.vvolume_id,
|
||||
deprecated.vlocal_id)),
|
||||
deprecated.vvolume_id(),
|
||||
deprecated.vlocal_id())),
|
||||
size,
|
||||
size);
|
||||
});
|
||||
|
Reference in New Issue
Block a user