Home
last modified time | relevance | path

Searched refs:can_view_statistics (Results 1 – 4 of 4) sorted by relevance

/dports/www/mybb/mybb-mybb_1829/admin/modules/tools/
H A Dmodule_meta.php126 "statistics" => $lang->can_view_statistics,
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp4123 STORE_FLAG(can_view_statistics); in store()
4225 PARSE_FLAG(can_view_statistics); in parse()
4293 can_view_statistics = stats_dc_id.is_exact(); in parse()
6510 (for_full_statistics && !channel_full->can_view_statistics)) { in get_channel_statistics_dc_id()
6532 …nnel_full->stats_dc_id.is_exact() || (for_full_statistics && !channel_full->can_view_statistics)) { in get_channel_statistics_dc_id_impl()
10705 auto can_view_statistics = (channel->flags_ & CHANNEL_FULL_FLAG_CAN_VIEW_STATISTICS) != 0; in on_get_chat_full() local
10715 if (!stats_dc_id.is_exact() && can_view_statistics) { in on_get_chat_full()
10717 can_view_statistics = false; in on_get_chat_full()
10729 …channel_full->can_view_statistics != can_view_statistics || channel_full->stats_dc_id != stats_dc_… in on_get_chat_full()
10740 channel_full->can_view_statistics = can_view_statistics; in on_get_chat_full()
[all …]
H A DContactsManager.h880 bool can_view_statistics = false; member
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md209 - Removed the field `can_view_statistics` from the class `supergroupFullInfo` and marked
803 - Added the field `can_view_statistics` to the `supergroupFullInfo` class.