Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp494 int64 profile_photo_id_; member in td::DeleteProfilePhotoQuery
501 profile_photo_id_ = profile_photo_id; in send()
520 td_->contacts_manager_->on_delete_profile_photo(profile_photo_id_, std::move(promise_)); in on_result()
H A DTd.cpp6809 contacts_manager_->delete_profile_photo(request.profile_photo_id_, std::move(promise)); in on_request()