tg_cli: improve command name.

This commit is contained in:
levlam 2021-12-09 21:48:57 +03:00
parent 68212198a0
commit 0c9163975f

View File

@ -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<td_api::clearAllDraftMessages>());
} else if (op == "tcasc") {
} else if (op == "tchpc") {
string chat_id;
bool has_protected_content;
get_args(args, chat_id, has_protected_content);