Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h502 bool get_secret_chat(SecretChatId secret_chat_id, bool force, Promise<Unit> &&promise);
1161 const SecretChat *get_secret_chat(SecretChatId secret_chat_id) const;
1162 SecretChat *get_secret_chat(SecretChatId secret_chat_id);
H A DContactsManager.cpp4602 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_dialog_photo()
4640 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_title()
4672 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_default_permissions()
4741 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_date()
4749 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_ttl()
4769 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_username()
4785 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_user_id()
4793 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_is_outbound()
4801 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_state()
4809 auto c = get_secret_chat(secret_chat_id); in get_secret_chat_layer()
[all …]
H A DTd.cpp730 td_->contacts_manager_->get_secret_chat(secret_chat_id_, get_tries() < 2, std::move(promise)); in do_run()