aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/DisallowedGiftsSettings.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-10-17 15:48:11 +0300
committerlevlam <levlam@telegram.org>2025-10-17 15:48:11 +0300
commit9cbccaf3cf0ed456a723463c305cc58dd7653fa1 (patch)
treebbde3fd000a32afc383eec724357bf7eee9733c8 /td/telegram/DisallowedGiftsSettings.cpp
parentdd8e0e41ecb6db8ed157d007d3d63034c52bd212 (diff)
Update layer to 217.
Diffstat (limited to 'td/telegram/DisallowedGiftsSettings.cpp')
-rw-r--r--td/telegram/DisallowedGiftsSettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/DisallowedGiftsSettings.cpp b/td/telegram/DisallowedGiftsSettings.cpp
index fd9815f57..3fc93c2c3 100644
--- a/td/telegram/DisallowedGiftsSettings.cpp
+++ b/td/telegram/DisallowedGiftsSettings.cpp
@@ -48,7 +48,7 @@ DisallowedGiftsSettings::get_input_disallowed_gifts_settings() const {
}
return telegram_api::make_object<telegram_api::disallowedGiftsSettings>(
0, disallow_unlimited_stargifts_, disallow_limited_stargifts_, disallow_unique_stargifts_,
- disallow_premium_gifts_);
+ disallow_premium_gifts_, false);
}
bool operator==(const DisallowedGiftsSettings &lhs, const DisallowedGiftsSettings &rhs) {