Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h156 void on_get_user_photos(UserId user_id, int32 offset, int32 limit, int32 total_count,
H A DContactsManager.cpp2518 …td_->contacts_manager_->on_get_user_photos(user_id_, offset_, limit_, photos_size, std::move(photo… in on_result()
2524 …td_->contacts_manager_->on_get_user_photos(user_id_, offset_, limit_, photos->count_, std::move(ph… in on_result()
10390 void ContactsManager::on_get_user_photos(UserId user_id, int32 offset, int32 limit, int32 total_cou… in on_get_user_photos() function in td::ContactsManager