Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp11916 …const auto max_participant_count = get_channel_type(channel_id) == ChannelType::Megagroup ? 975 : … in on_get_channel_participants() local
11918 … filter.is_recent() && total_count != 0 && total_count < max_participant_count ? total_count : -1; in on_get_channel_participants()