Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1543 …void on_get_channel_participants(ChannelId channel_id, ChannelParticipantsFilter filter, int32 off…
H A DContactsManager.cpp11866 void ContactsManager::on_get_channel_participants( in on_get_channel_participants() function in td::ContactsManager
15199 …send_closure(actor_id, &ContactsManager::on_get_channel_participants, channel_id, std::move(filter… in get_channel_participants()