Update TDLib to 1.8.2.

This commit is contained in:
levlam 2022-03-15 20:28:51 +03:00
parent c57b04c4c8
commit d8166a558d
2 changed files with 2 additions and 2 deletions

2
td

@ -1 +1 @@
Subproject commit 92c2a9c4e521df720abeaa9872e1c2b797d5c93f
Subproject commit 3f54c301ead1bbe6529df4ecfb63c7f645dd181c

View File

@ -6899,7 +6899,7 @@ td::Status Client::process_send_media_group_query(PromisedQueryPtr &query) {
send_request(
make_object<td_api::sendMessageAlbum>(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<TdOnSendMessageAlbumCallback>(this, std::move(query)));
};
check_message(chat_id, reply_to_message_id, reply_to_message_id <= 0 || allow_sending_without_reply,