1 parent 1c2a5bf commit 841776cCopy full SHA for 841776c
td/telegram/cli.cpp
@@ -7052,7 +7052,7 @@ class CliClient final : public Actor {
7052
get_args(args, chat_id, profile_accent_color_id, profile_background_custom_emoji_id);
7053
send_request(td_api::make_object<td_api::setChatProfileAccentColor>(chat_id, profile_accent_color_id,
7054
profile_background_custom_emoji_id));
7055
- } else if (op == "scmt") {
+ } else if (op == "scmadt") {
7056
ChatId chat_id;
7057
int32 auto_delete_time;
7058
get_args(args, chat_id, auto_delete_time);
0 commit comments