Better variable name.
GitOrigin-RevId: 05585184131d2628b8099414196ca71bf3b03f15
This commit is contained in:
parent
93d5cc1a45
commit
e51029112c
@ -2996,9 +2996,9 @@ class CliClient final : public Actor {
|
|||||||
string question;
|
string question;
|
||||||
std::tie(chat_id, args) = split(args);
|
std::tie(chat_id, args) = split(args);
|
||||||
std::tie(question, args) = split(args);
|
std::tie(question, args) = split(args);
|
||||||
auto answers = full_split(args);
|
auto options = full_split(args);
|
||||||
|
|
||||||
send_message(chat_id, td_api::make_object<td_api::inputMessagePoll>(question, std::move(answers)));
|
send_message(chat_id, td_api::make_object<td_api::inputMessagePoll>(question, std::move(options)));
|
||||||
} else if (op == "sp") {
|
} else if (op == "sp") {
|
||||||
string chat_id;
|
string chat_id;
|
||||||
string photo_path;
|
string photo_path;
|
||||||
|
Loading…
Reference in New Issue
Block a user