Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1216 …void on_update_chat_participant_count(Chat *c, ChatId chat_id, int32 participant_count, int32 vers…
H A DContactsManager.cpp13140 void ContactsManager::on_update_chat_participant_count(Chat *c, ChatId chat_id, int32 participant_c… in on_update_chat_participant_count() function in td::ContactsManager
15465on_update_chat_participant_count(c, chat_id, chat.participants_count_, chat.version_, debug_str); in on_chat_update()