diff --git a/td b/td index 92c2a9c..3f54c30 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit 92c2a9c4e521df720abeaa9872e1c2b797d5c93f +Subproject commit 3f54c301ead1bbe6529df4ecfb63c7f645dd181c diff --git a/telegram-bot-api/Client.cpp b/telegram-bot-api/Client.cpp index 87d11e6..515d42b 100644 --- a/telegram-bot-api/Client.cpp +++ b/telegram-bot-api/Client.cpp @@ -6899,7 +6899,7 @@ td::Status Client::process_send_media_group_query(PromisedQueryPtr &query) { send_request( make_object(chat_id, 0, reply_to_message_id, get_message_send_options(disable_notification, protect_content), - std::move(input_message_contents)), + std::move(input_message_contents), false), std::make_unique(this, std::move(query))); }; check_message(chat_id, reply_to_message_id, reply_to_message_id <= 0 || allow_sending_without_reply,