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

Method peerUpdated

Telegram/SourceFiles/data/data_changes.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Changes::peerUpdated(not_null<PeerData*> peer, PeerUpdate::Flags flags) {
116 _peerChanges.updated(peer, flags);
117 scheduleNotifications();
118}
119
120rpl::producer<PeerUpdate> Changes::peerUpdates(
121 PeerUpdate::Flags flags) const {

Callers 15

gotChatFullMethod · 0.80
gotUserFullMethod · 0.80
migrateChatMethod · 0.80
joinChannelMethod · 0.80
leaveChannelMethod · 0.80
setGroupEmojiSetMethod · 0.80
SetFunction · 0.80
SaveGuardBotFunction · 0.80
SaveMemberRankFunction · 0.80

Calls 1

updatedMethod · 0.45

Tested by

no test coverage detected