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

Method wallPaper

Telegram/SourceFiles/data/data_peer.cpp:2057–2059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2055}
2056
2057const Data::WallPaper *PeerData::wallPaper() const {
2058 return _wallPaper.get();
2059}
2060
2061bool PeerData::hasActiveStories() const {
2062 if (const auto user = asUser()) {

Callers 11

PeerWallPaperMappedFunction · 0.80
setExistingForPeerMethod · 0.80
applyForPeerMethod · 0.80
prepareMethod · 0.80
hasDefaultForPeerMethod · 0.80
chosenMethod · 0.80
pushCustomPapersMethod · 0.80
sortPapersMethod · 0.80
updatePapersMethod · 0.80
SetPeerThemeFunction · 0.80
WallPaperRevertableFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected