Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp441 int64 old_photo_id_; member in td::UpdateProfilePhotoQuery
451 old_photo_id_ = old_photo_id; in send()
462 td_->contacts_manager_->on_set_profile_photo(result_ptr.move_as_ok(), old_photo_id_); in on_result()
473 file_id_, PromiseCreator::lambda([file_id = file_id_, old_photo_id = old_photo_id_, in on_error()