tg_cli: improve command name.
This commit is contained in:
parent
68212198a0
commit
0c9163975f
@ -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)));
|
as_chat_id(chat_id), as_message_thread_id(message_thread_id), std::move(draft_message)));
|
||||||
} else if (op == "cadm") {
|
} else if (op == "cadm") {
|
||||||
send_request(td_api::make_object<td_api::clearAllDraftMessages>());
|
send_request(td_api::make_object<td_api::clearAllDraftMessages>());
|
||||||
} else if (op == "tcasc") {
|
} else if (op == "tchpc") {
|
||||||
string chat_id;
|
string chat_id;
|
||||||
bool has_protected_content;
|
bool has_protected_content;
|
||||||
get_args(args, chat_id, has_protected_content);
|
get_args(args, chat_id, has_protected_content);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user