Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp4110 STORE_FLAG(can_get_participants); in store()
4212 PARSE_FLAG(can_get_participants); in parse()
10700 auto can_get_participants = (channel->flags_ & CHANNEL_FULL_FLAG_CAN_GET_PARTICIPANTS) != 0; in on_get_chat_full() local
10725 channel_full->can_get_participants != can_get_participants || in on_get_chat_full()
10736 channel_full->can_get_participants = can_get_participants; in on_get_chat_full()
15187 …if (channel_full != nullptr && !channel_full->is_expired() && !channel_full->can_get_participants)… in get_channel_participants()
16087 … slow_mode_delay_expires_in, channel_full->can_get_participants, channel_full->can_set_username, in get_supergroup_full_info_object()
H A DContactsManager.h876 bool can_get_participants = false; member