2
0
mirror of https://github.com/tdlib/telegram-bot-api synced 2025-08-22 18:08:31 +00:00

Update TDLib to 1.8.46.

This commit is contained in:
levlam 2025-03-07 17:36:36 +03:00
parent 32490d0ba1
commit f0207bb215
2 changed files with 2 additions and 2 deletions

2
td

@ -1 +1 @@
Subproject commit 0f6612d9305de8f8553cfb06fe7d5f59e3002c4f Subproject commit 207f3be7b58b2a2b9f0a066b5b6ef18782b8b517

View File

@ -8596,7 +8596,7 @@ td_api::object_ptr<td_api::messageSendOptions> Client::get_message_send_options(
bool protect_content, bool protect_content,
bool allow_paid_broadcast, bool allow_paid_broadcast,
int64 effect_id) { int64 effect_id) {
return make_object<td_api::messageSendOptions>(disable_notification, false, protect_content, allow_paid_broadcast, return make_object<td_api::messageSendOptions>(disable_notification, false, protect_content, allow_paid_broadcast, 0,
false, nullptr, effect_id, 0, false); false, nullptr, effect_id, 0, false);
} }