Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp2092 class EditChannelAdminQuery final : public Td::ResultHandler { class
2097 explicit EditChannelAdminQuery(Promise<Unit> &&promise) : promise_(std::move(promise)) { in EditChannelAdminQuery() function in td::EditChannelAdminQuery
6916 …td_->create_handler<EditChannelAdminQuery>(std::move(promise))->send(channel_id, std::move(input_u… in set_channel_participant_status_impl()
7001 …td_->create_handler<EditChannelAdminQuery>(std::move(promise))->send(channel_id, std::move(input_u… in promote_channel_participant()