Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h293 int32 get_imported_contact_count(Promise<Unit> &&promise);
H A DTd.cpp1905 … imported_contact_count_ = td_->contacts_manager_->get_imported_contact_count(std::move(promise)); in do_run()
H A DContactsManager.cpp5311 int32 ContactsManager::get_imported_contact_count(Promise<Unit> &&promise) { in get_imported_contact_count() function in td::ContactsManager