Home
last modified time | relevance | path

Searched refs:applySelfUpdate (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_call.h534 void applySelfUpdate(const MTPDgroupCallParticipant &data);
H A Dcalls_group_call.cpp1907 applySelfUpdate(data); in handleUpdate()
1924 applySelfUpdate(data); in applyQueuedSelfUpdates()
1929 void GroupCall::applySelfUpdate(const MTPDgroupCallParticipant &data) { in applySelfUpdate() function in Calls::GroupCall