Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1209 bool delete_profile_photo_from_cache(UserId user_id, int64 profile_photo_id, bool send_updates);
H A DContactsManager.cpp11379 delete_profile_photo_from_cache(my_user_id, old_photo_id, false); in on_set_profile_photo()
11392 bool need_reget_user = delete_profile_photo_from_cache(my_user_id, profile_photo_id, true); in on_delete_profile_photo()
11446 bool ContactsManager::delete_profile_photo_from_cache(UserId user_id, int64 profile_photo_id, bool … in delete_profile_photo_from_cache() function in td::ContactsManager