diff options
| author | levlam <levlam@telegram.org> | 2023-04-25 14:27:58 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-04-25 14:27:58 +0300 |
| commit | 48d72677d301716099530f53a47675e4068bac13 (patch) | |
| tree | f2516a9ad36679834ef9bb8e47492a462422b122 /td/telegram/AutoDownloadSettings.cpp | |
| parent | 66234ae2537a99ec0eaf7b0857245a6e5c2d2bc9 (diff) | |
Update layer to 159.
Diffstat (limited to 'td/telegram/AutoDownloadSettings.cpp')
| -rw-r--r-- | td/telegram/AutoDownloadSettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/AutoDownloadSettings.cpp b/td/telegram/AutoDownloadSettings.cpp index bba89065c..2b8d04c56 100644 --- a/td/telegram/AutoDownloadSettings.cpp +++ b/td/telegram/AutoDownloadSettings.cpp @@ -81,7 +81,7 @@ telegram_api::object_ptr<telegram_api::autoDownloadSettings> get_input_auto_down } return telegram_api::make_object<telegram_api::autoDownloadSettings>( flags, false /*ignored*/, false /*ignored*/, false /*ignored*/, false /*ignored*/, settings.max_photo_file_size, - settings.max_video_file_size, settings.max_other_file_size, settings.video_upload_bitrate); + settings.max_video_file_size, settings.max_other_file_size, settings.video_upload_bitrate, 0, 0); } class SaveAutoDownloadSettingsQuery final : public Td::ResultHandler { |
