Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h316 void send_update_profile_photo_query(FileId file_id, int64 old_photo_id, Promise<Unit> &&promise);
H A DContactsManager.cpp479 … send_closure(G()->contacts_manager(), &ContactsManager::send_update_profile_photo_query, file_id, in on_error()
6076 …return send_update_profile_photo_query(td_->file_manager_->dup_file_id(file_id), photo_id, std::mo… in set_profile_photo()
6113 void ContactsManager::send_update_profile_photo_query(FileId file_id, int64 old_photo_id, Promise<U… in send_update_profile_photo_query() function in td::ContactsManager