Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp2484 class GetUserPhotosQuery final : public Td::ResultHandler { class
2491 explicit GetUserPhotosQuery(Promise<Unit> &&promise) : promise_(std::move(promise)) { in GetUserPhotosQuery() function in td::GetUserPhotosQuery
14122 …td_->create_handler<GetUserPhotosQuery>(std::move(promise))->send(user_id, std::move(input_user), … in get_user_profile_photos()
14135 …td_->create_handler<GetUserPhotosQuery>(std::move(promise))->send(user_id, std::move(input_user), … in reload_user_profile_photo()