mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-03 10:15:31 +01:00
Update TDLib to 1.8.2.
This commit is contained in:
parent
c57b04c4c8
commit
d8166a558d
2
td
2
td
@ -1 +1 @@
|
||||
Subproject commit 92c2a9c4e521df720abeaa9872e1c2b797d5c93f
|
||||
Subproject commit 3f54c301ead1bbe6529df4ecfb63c7f645dd181c
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user