Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h166 …void on_update_profile_success(int32 flags, const string &first_name, const string &last_name, con…
H A DContactsManager.cpp556 td_->contacts_manager_->on_update_profile_success(flags_, first_name_, last_name_, about_); in on_result()
6188 void ContactsManager::on_update_profile_success(int32 flags, const string &first_name, const string… in on_update_profile_success() function in td::ContactsManager