Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp1178 class AddChatUserQuery final : public Td::ResultHandler { class
1182 explicit AddChatUserQuery(Promise<Unit> &&promise) : promise_(std::move(promise)) { in AddChatUserQuery() function in td::AddChatUserQuery
6772 …td_->create_handler<AddChatUserQuery>(std::move(promise))->send(chat_id, std::move(input_user), fo… in add_chat_participant()