Home
last modified time | relevance | path

Searched refs:get_secret_chat_is_outbound (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h128 bool get_secret_chat_is_outbound(SecretChatId secret_chat_id) const;
H A DContactsManager.cpp4792 bool ContactsManager::get_secret_chat_is_outbound(SecretChatId secret_chat_id) const { in get_secret_chat_is_outbound() function in td::ContactsManager
H A DMessagesManager.cpp34651 !td_->contacts_manager_->get_secret_chat_is_outbound(secret_chat_id)) { in force_create_dialog()