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;