diff options
| author | levlam <levlam@telegram.org> | 2025-10-17 15:48:11 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-10-17 15:48:11 +0300 |
| commit | 9cbccaf3cf0ed456a723463c305cc58dd7653fa1 (patch) | |
| tree | bbde3fd000a32afc383eec724357bf7eee9733c8 /td/telegram/QuickReplyManager.cpp | |
| parent | dd8e0e41ecb6db8ed157d007d3d63034c52bd212 (diff) | |
Update layer to 217.
Diffstat (limited to 'td/telegram/QuickReplyManager.cpp')
| -rw-r--r-- | td/telegram/QuickReplyManager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/td/telegram/QuickReplyManager.cpp b/td/telegram/QuickReplyManager.cpp index cf8f0fab2..28e9a2658 100644 --- a/td/telegram/QuickReplyManager.cpp +++ b/td/telegram/QuickReplyManager.cpp @@ -263,7 +263,7 @@ class QuickReplyManager::SendQuickReplyMessageQuery final : public Td::ResultHan telegram_api::messages_sendMessage( flags, m->disable_web_page_preview, false, false, false, false, false, m->invert_media, false, telegram_api::make_object<telegram_api::inputPeerSelf>(), std::move(reply_to), message_text->text, - m->random_id, nullptr, std::move(entities), 0, nullptr, + m->random_id, nullptr, std::move(entities), 0, 0, nullptr, td_->quick_reply_manager_->get_input_quick_reply_shortcut(m->shortcut_id), 0, 0, nullptr), {{"me"}})); } @@ -379,7 +379,7 @@ class QuickReplyManager::SendQuickReplyMediaQuery final : public Td::ResultHandl telegram_api::messages_sendMedia( flags, false, false, false, false, false, m->invert_media, false, telegram_api::make_object<telegram_api::inputPeerSelf>(), std::move(reply_to), std::move(input_media), - message_text == nullptr ? string() : message_text->text, m->random_id, nullptr, std::move(entities), 0, + message_text == nullptr ? string() : message_text->text, m->random_id, nullptr, std::move(entities), 0, 0, nullptr, td_->quick_reply_manager_->get_input_quick_reply_shortcut(m->shortcut_id), 0, 0, nullptr), {{"me"}})); } @@ -674,7 +674,7 @@ class QuickReplyManager::EditQuickReplyMessageQuery final : public Td::ResultHan telegram_api::make_object<telegram_api::inputPeerSelf>(), m->message_id.get_server_message_id().get(), text != nullptr ? text->text : string(), std::move(input_media), nullptr, - std::move(entities), 0, m->shortcut_id.get()), + std::move(entities), 0, 0, m->shortcut_id.get()), {{"me"}})); } |
