From 01eac2d6d8b0f46172e981d23634718d37c32b27 Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 28 Jun 2023 16:29:20 +0300 Subject: [PATCH] tg_cli: simplify addContact. --- 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 44385b81c..31def8155 100644 --- a/td/telegram/cli.cpp +++ b/td/telegram/cli.cpp @@ -2472,7 +2472,7 @@ class CliClient final : public Actor { send_request(td_api::make_object()); } else if (op == "subt") { send_request(td_api::make_object(args)); - } else if (op == "AddContact") { + } else if (op == "aco") { UserId user_id; string first_name; string last_name;