MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / fileOrigin

Method fileOrigin

Telegram/SourceFiles/data/data_wall_paper.cpp:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334FileOrigin WallPaper::fileOrigin() const {
335 return FileOriginWallpaper(_id, _accessHash, _ownerId, _slug);
336}
337
338UserId WallPaper::ownerId() const {
339 return _ownerId;

Callers 2

UpdateCloudFileFunction · 0.45
handleLoaderUpdatesMethod · 0.45

Calls 1

FileOriginWallpaperClass · 0.85

Tested by

no test coverage detected