From 0c9163975f911ff695602f88e51e8963d9c05a92 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 9 Dec 2021 21:48:57 +0300 Subject: [PATCH] tg_cli: improve command name. --- td/telegram/cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/cli.cpp b/td/telegram/cli.cpp index c5d753cf8..0afe05cbb 100644 --- a/td/telegram/cli.cpp +++ b/td/telegram/cli.cpp @@ -3186,7 +3186,7 @@ class CliClient final : public Actor { as_chat_id(chat_id), as_message_thread_id(message_thread_id), std::move(draft_message))); } else if (op == "cadm") { send_request(td_api::make_object()); - } else if (op == "tcasc") { + } else if (op == "tchpc") { string chat_id; bool has_protected_content; get_args(args, chat_id, has_protected_content);