diff options
Diffstat (limited to 'td/telegram/cli.cpp')
| -rw-r--r-- | td/telegram/cli.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/td/telegram/cli.cpp b/td/telegram/cli.cpp index 62939bec8..1afc5cef8 100644 --- a/td/telegram/cli.cpp +++ b/td/telegram/cli.cpp @@ -5095,7 +5095,7 @@ class CliClient final : public Actor { chat_id, td_api::make_object<td_api::inputStoryContentPhoto>(as_input_file(photo), get_added_sticker_file_ids()), areas, get_caption(), rules, active_period ? active_period : 86400, get_reposted_story_full_id(), - op == "sspp", protect_content)); + op == "pspp", protect_content)); } else if (op == "psv" || op == "psvp") { ChatId chat_id; string video; @@ -5110,7 +5110,7 @@ class CliClient final : public Actor { td_api::make_object<td_api::inputStoryContentVideo>(as_input_file(video), get_added_sticker_file_ids(), duration, 0.5, true), areas, get_caption(), rules, active_period ? active_period : 86400, get_reposted_story_full_id(), - op == "ssvp", protect_content)); + op == "psvp", protect_content)); } else if (op == "esc") { ChatId story_poster_chat_id; StoryId story_id; |
