Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1222 static void on_update_chat_noforwards(Chat *c, ChatId chat_id, bool noforwards);
H A DContactsManager.cpp13086 void ContactsManager::on_update_chat_noforwards(Chat *c, ChatId chat_id, bool noforwards) { in on_update_chat_noforwards() function in td::ContactsManager
15478 on_update_chat_noforwards(c, chat_id, chat.noforwards_); in on_chat_update()