Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1268 …void speculative_add_channel_user(ChannelId channel_id, UserId user_id, const DialogParticipantSta…
H A DContactsManager.cpp6796 speculative_add_channel_user(channel_id, user_id, DialogParticipantStatus::Member(), c->status); in add_channel_participant()
6805 speculative_add_channel_user(channel_id, user_id, DialogParticipantStatus::Member(), old_status); in add_channel_participant()
7000 speculative_add_channel_user(channel_id, user_id, status, old_status); in promote_channel_participant()
7509speculative_add_channel_user(channel_id, participant_dialog_id.get_user_id(), status, c->status); in restrict_channel_participant()
7562speculative_add_channel_user(channel_id, participant_dialog_id.get_user_id(), status, old_status); in restrict_channel_participant()
12191 void ContactsManager::speculative_add_channel_user(ChannelId channel_id, UserId user_id, in speculative_add_channel_user() function in td::ContactsManager