From f0207bb215d8dcd2530f3325231ad79cb90bc834 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 7 Mar 2025 17:36:36 +0300 Subject: [PATCH] Update TDLib to 1.8.46. --- td | 2 +- telegram-bot-api/Client.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/td b/td index 0f6612d..207f3be 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit 0f6612d9305de8f8553cfb06fe7d5f59e3002c4f +Subproject commit 207f3be7b58b2a2b9f0a066b5b6ef18782b8b517 diff --git a/telegram-bot-api/Client.cpp b/telegram-bot-api/Client.cpp index 0179a38..8cca426 100644 --- a/telegram-bot-api/Client.cpp +++ b/telegram-bot-api/Client.cpp @@ -8596,7 +8596,7 @@ td_api::object_ptr Client::get_message_send_options( bool protect_content, bool allow_paid_broadcast, int64 effect_id) { - return make_object(disable_notification, false, protect_content, allow_paid_broadcast, + return make_object(disable_notification, false, protect_content, allow_paid_broadcast, 0, false, nullptr, effect_id, 0, false); }