Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1320 void save_secret_chat(SecretChat *c, SecretChatId secret_chat_id, bool from_binlog);
H A DContactsManager.cpp9234 void ContactsManager::save_secret_chat(SecretChat *c, SecretChatId secret_chat_id, bool from_binlog… in save_secret_chat() function in td::ContactsManager
9342 save_secret_chat(c, secret_chat_id, c->log_event_id != 0); in on_save_secret_chat_to_database()
10121 save_secret_chat(c, secret_chat_id, from_binlog); in update_secret_chat()