Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1640 std::unordered_map<ChannelId, FileSourceId, ChannelIdHash> channel_full_file_source_ids_; variable
H A DContactsManager.cpp12408 auto it = channel_full_file_source_ids_.find(channel_id); in on_update_channel_full_photo()
12409 if (it != channel_full_file_source_ids_.end()) { in on_update_channel_full_photo()
12412 channel_full_file_source_ids_.erase(it); in on_update_channel_full_photo()
14176 auto &source_id = channel_full_file_source_ids_[channel_id]; in get_channel_full_file_source_id()