Home
last modified time | relevance | path

Searched refs:load_chat_full (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h478 void load_chat_full(ChatId chat_id, bool force, Promise<Unit> &&promise, const char *source);
H A DContactsManager.cpp7036 …return load_chat_full(chat_id, false, std::move(load_chat_full_promise), "set_chat_participant_sta… in set_chat_participant_status()
14299 void ContactsManager::load_chat_full(ChatId chat_id, bool force, Promise<Unit> &&promise, const cha… in load_chat_full() function in td::ContactsManager
15104 load_chat_full(chat_id, false, std::move(load_chat_full_promise), "search_chat_participants"); in search_chat_participants()
15370load_chat_full(dialog_id.get_chat_id(), false, std::move(promise), "reload_dialog_administrators"); in reload_dialog_administrators()
H A DTd.cpp677 …td_->contacts_manager_->load_chat_full(chat_id_, get_tries() < 2, std::move(promise), "getBasicGro… in do_run()
H A DMessagesManager.cpp17528 …send_closure_later(td_->contacts_manager_actor_, &ContactsManager::load_chat_full, dialog_id.get_c… in get_dialog_info_full()