Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1322 static string get_secret_chat_database_value(const SecretChat *c);
H A DContactsManager.cpp9284 string ContactsManager::get_secret_chat_database_value(const SecretChat *c) { in get_secret_chat_database_value() function in td::ContactsManager
9294 save_secret_chat_to_database_impl(c, secret_chat_id, get_secret_chat_database_value(c)); in save_secret_chat_to_database()
9405 auto new_value = get_secret_chat_database_value(c); in on_load_secret_chat_from_database()