Home
last modified time | relevance | path

Searched refs:speculative_delete_channel_participant (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h223 …void speculative_delete_channel_participant(ChannelId channel_id, UserId deleted_user_id, bool by_…
H A DContactsManager.cpp12128 void ContactsManager::speculative_delete_channel_participant(ChannelId channel_id, UserId deleted_u… in speculative_delete_channel_participant() function in td::ContactsManager
H A DMessagesManager.cpp37141 …closure_later(G()->contacts_manager(), &ContactsManager::speculative_delete_channel_participant, c… in speculatively_update_channel_participants()