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

Function ApplyChatUpdate

Telegram/SourceFiles/data/data_chat.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323namespace Data {
324
325void ApplyChatUpdate(
326 not_null<ChatData*> chat,
327 const MTPDupdateChatParticipants &update) {
328 ApplyChatUpdate(chat, update.vparticipants());
329}
330
331void ApplyChatUpdate(
332 not_null<ChatData*> chat,

Callers 2

gotChatFullMethod · 0.85
applyUpdateMethod · 0.85

Calls 15

mtpIsTrueFunction · 0.85
qsFunction · 0.85
peerFromMTPFunction · 0.85
MTP_longFunction · 0.85
SetTopPinnedMessageIdFunction · 0.85
applyUpdateVersionMethod · 0.80
emplaceMethod · 0.80
requestFullPeerMethod · 0.80
apiMethod · 0.80
peerUpdatedMethod · 0.80
isSelfMethod · 0.80

Tested by

no test coverage detected