Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1540 …void do_search_chat_participants(ChatId chat_id, const string &query, int32 limit, DialogParticipa…
H A DContactsManager.cpp15100 …send_closure(actor_id, &ContactsManager::do_search_chat_participants, chat_id, query, limit, filte… in search_chat_participants()
15107 void ContactsManager::do_search_chat_participants(ChatId chat_id, const string &query, int32 limit, in do_search_chat_participants() function in td::ContactsManager