Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp2535 class GetChatsQuery final : public Td::ResultHandler { class
2539 explicit GetChatsQuery(Promise<Unit> &&promise) : promise_(std::move(promise)) { in GetChatsQuery() function in td::GetChatsQuery
14229 td_->create_handler<GetChatsQuery>(std::move(promise))->send(vector<int64>{chat_id.get()}); in get_chat()
14247 td_->create_handler<GetChatsQuery>(std::move(promise))->send(vector<int64>{chat_id.get()}); in reload_chat()