diff options
| author | levlam <levlam@telegram.org> | 2024-10-04 16:48:21 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-10-04 16:48:21 +0300 |
| commit | 73464c717ed08f8dd9a618b42f9749f4b64fe76a (patch) | |
| tree | e7487fa34057ca61b2698ab446096830f0784cc8 /td/telegram/Premium.cpp | |
| parent | 81d39940304e3012f3f95eb41ac1969bb47977b4 (diff) | |
Update layer to 190.
Diffstat (limited to 'td/telegram/Premium.cpp')
| -rw-r--r-- | td/telegram/Premium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/Premium.cpp b/td/telegram/Premium.cpp index f6589cd5a..75b8f64fb 100644 --- a/td/telegram/Premium.cpp +++ b/td/telegram/Premium.cpp @@ -233,7 +233,7 @@ static Result<tl_object_ptr<telegram_api::InputStorePaymentPurpose>> get_input_s flags |= telegram_api::inputStorePaymentPremiumGiftCode::BOOST_PEER_MASK; } return telegram_api::make_object<telegram_api::inputStorePaymentPremiumGiftCode>( - flags, std::move(input_users), std::move(boost_input_peer), p->currency_, p->amount_); + flags, std::move(input_users), std::move(boost_input_peer), p->currency_, p->amount_, nullptr); } case td_api::storePaymentPurposePremiumGiveaway::ID: { auto p = static_cast<td_api::storePaymentPurposePremiumGiveaway *>(purpose.get()); |
