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

Method peerUpdates

Telegram/SourceFiles/data/data_changes.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120rpl::producer<PeerUpdate> Changes::peerUpdates(
121 PeerUpdate::Flags flags) const {
122 return _peerChanges.updates(flags);
123}
124
125rpl::producer<PeerUpdate> Changes::peerUpdates(
126 not_null<PeerData*> peer,

Callers 15

InnerMethod · 0.80
requestFullBotMethod · 0.80
SessionControllerMethod · 0.80
setupPremiumToastMethod · 0.80
addBlockUserMethod · 0.80
ShowForwardMessagesBoxFunction · 0.80
submitMethod · 0.80
InnerMethod · 0.80
prepareMethod · 0.80
checkInviteLinkMethod · 0.80
prepareMethod · 0.80

Calls 1

updatesMethod · 0.45

Tested by

no test coverage detected