Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h979 class SecretChatLogEvent; variable
H A DContactsManager.cpp9211 class ContactsManager::SecretChatLogEvent { class in td::ContactsManager
9216 SecretChatLogEvent() = default;
9218SecretChatLogEvent(SecretChatId secret_chat_id, const SecretChat &c) : secret_chat_id(secret_chat_… in SecretChatLogEvent() function in td::ContactsManager::SecretChatLogEvent
9241 auto log_event = SecretChatLogEvent(secret_chat_id, *c); in save_secret_chat()
9261 SecretChatLogEvent log_event; in on_binlog_secret_chat_event()