Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DLocation.h80 bool has_access_hash = access_hash_ != 0; in store() local
84 STORE_FLAG(has_access_hash); in store()
89 if (has_access_hash) { in store()
100 bool has_access_hash; in parse() local
104 PARSE_FLAG(has_access_hash); in parse()
109 if (has_access_hash) { in parse()
H A DWebPageBlock.cpp2131 bool has_access_hash = (channel->flags_ & telegram_api::channel::ACCESS_HASH_MASK) != 0; in get_web_page_block() local
2135has_access_hash ? channel->access_hash_ : 0, std::move(channel->photo_)), in get_web_page_block()
H A DContactsManager.cpp15543 bool has_access_hash = (channel.flags_ & CHANNEL_FLAG_HAS_ACCESS_HASH) != 0; in on_chat_update() local
15544 auto access_hash = has_access_hash ? channel.access_hash_ : 0; in on_chat_update()
15644 if (!has_access_hash) { in on_chat_update()