Skip to content

Commit 841776c

Browse files
committed
Tg_cli: improve setChatMessageAutoDeleteTime.
1 parent 1c2a5bf commit 841776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎td/telegram/cli.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7052,7 +7052,7 @@ class CliClient final : public Actor {
70527052
get_args(args, chat_id, profile_accent_color_id, profile_background_custom_emoji_id);
70537053
send_request(td_api::make_object<td_api::setChatProfileAccentColor>(chat_id, profile_accent_color_id,
70547054
profile_background_custom_emoji_id));
7055-
} else if (op == "scmt") {
7055+
} else if (op == "scmadt") {
70567056
ChatId chat_id;
70577057
int32 auto_delete_time;
70587058
get_args(args, chat_id, auto_delete_time);

0 commit comments

Comments
 (0)