Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1274 …void drop_channel_photos(ChannelId channel_id, bool is_empty, bool drop_channel_full_photo, const …
H A DContactsManager.cpp9977 drop_channel_photos(channel_id, !c->photo.small_file_id.is_valid(), true, "update_channel"); in update_channel()
12307 void ContactsManager::drop_channel_photos(ChannelId channel_id, bool is_empty, bool drop_channel_fu… in drop_channel_photos() function in td::ContactsManager
12398 drop_channel_photos(channel_id, true, false, "on_update_channel_full_photo"); in on_update_channel_full_photo()