Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp317 class ResetContactsQuery final : public Td::ResultHandler { class
321 explicit ResetContactsQuery(Promise<Unit> &&promise) : promise_(std::move(promise)) { in ResetContactsQuery() function in td::ResetContactsQuery
5538 td_->create_handler<ResetContactsQuery>(std::move(promise))->send(); in clear_imported_contacts()