Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp1682 class HideChatJoinRequestQuery final : public Td::ResultHandler { class
1687 explicit HideChatJoinRequestQuery(Promise<Unit> &&promise) : promise_(std::move(promise)) { in HideChatJoinRequestQuery() function in td::HideChatJoinRequestQuery
7356 …td_->create_handler<HideChatJoinRequestQuery>(std::move(promise))->send(dialog_id, user_id, approv… in process_dialog_join_request()