Home
last modified time | relevance | path

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

/dports/net-im/telegram-cli/tg-20200106/
H A Dtg-test.py60 def on_chat_update(peer, what_changed): function
73 tgl.set_on_chat_update(on_chat_update)
H A Dtest.lua107 function on_chat_update (chat, what) function
H A DREADME-LUA15 on_chat_update(user,what_changed) - updated info about user. what_changed is array of strings.
H A DREADME-PY.md25 |`tgl.on_chat_update(peer, what_changed)`|updated info about chat. peer is a `tgl.Peer` object repr…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1284 void on_chat_update(telegram_api::chatEmpty &chat, const char *source);
1285 void on_chat_update(telegram_api::chat &chat, const char *source);
1286 void on_chat_update(telegram_api::chatForbidden &chat, const char *source);
1287 void on_chat_update(telegram_api::channel &channel, const char *source);
1288 void on_chat_update(telegram_api::channelForbidden &channel, const char *source);
H A DContactsManager.cpp10477 downcast_call(*chat, [this, source](auto &c) { this->on_chat_update(c, source); }); in on_get_chat()
11832 on_chat_update(update, "CHANNEL_PRIVATE"); in on_get_channel_error()
15380 void ContactsManager::on_chat_update(telegram_api::chatEmpty &chat, const char *source) { in on_chat_update() function in td::ContactsManager
15392 void ContactsManager::on_chat_update(telegram_api::chat &chat, const char *source) { in on_chat_update() function in td::ContactsManager
15494 void ContactsManager::on_chat_update(telegram_api::chatForbidden &chat, const char *source) { in on_chat_update() function in td::ContactsManager
15525 void ContactsManager::on_chat_update(telegram_api::channel &channel, const char *source) { in on_chat_update() function in td::ContactsManager
15729 void ContactsManager::on_chat_update(telegram_api::channelForbidden &channel, const char *source) { in on_chat_update() function in td::ContactsManager