diff options
| author | levlam <levlam@telegram.org> | 2025-01-20 20:02:26 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-01-20 20:02:26 +0300 |
| commit | 57dacef77e7b224ec781a2934439890b9a4bf569 (patch) | |
| tree | 1257943290b8afe9ee784690568705faa2bf269c /td/telegram/StoryContent.cpp | |
| parent | b62ed0ccff226e0d867ff382282e662a42d746a6 (diff) | |
Add inputMessageVideo.start_timestamp.
Diffstat (limited to 'td/telegram/StoryContent.cpp')
| -rw-r--r-- | td/telegram/StoryContent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/StoryContent.cpp b/td/telegram/StoryContent.cpp index 3d1721076..cf85eb389 100644 --- a/td/telegram/StoryContent.cpp +++ b/td/telegram/StoryContent.cpp @@ -316,7 +316,7 @@ telegram_api::object_ptr<telegram_api::InputMedia> get_story_content_input_media } case StoryContentType::Video: { const auto *story_content = static_cast<const StoryContentVideo *>(content); - return td->videos_manager_->get_input_media(story_content->file_id_, std::move(input_file), nullptr, 0, false); + return td->videos_manager_->get_input_media(story_content->file_id_, std::move(input_file), nullptr, 0, 0, false); } case StoryContentType::Unsupported: default: |
