Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp7026 auto load_chat_full_promise = in set_chat_participant_status() local
7036 …return load_chat_full(chat_id, false, std::move(load_chat_full_promise), "set_chat_participant_sta… in set_chat_participant_status()
15095 …auto load_chat_full_promise = PromiseCreator::lambda([actor_id = actor_id(this), chat_id, query, l… in search_chat_participants() local
15104 load_chat_full(chat_id, false, std::move(load_chat_full_promise), "search_chat_participants"); in search_chat_participants()