Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h220 …id speculative_add_channel_participants(ChannelId channel_id, const vector<UserId> &added_user_ids,
H A DMessageContent.cpp5438 auto &added_user_ids = static_cast<const MessageChatAddUsers *>(content)->user_ids; in need_delay_message_content_notification() local
5439 return !td::contains(added_user_ids, my_user_id); in need_delay_message_content_notification()
H A DContactsManager.cpp12077 …r::speculative_add_channel_participants(ChannelId channel_id, const vector<UserId> &added_user_ids, in speculative_add_channel_participants() argument
12084 for (auto user_id : added_user_ids) { in speculative_add_channel_participants()