aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/AttachMenuManager.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-10-06 11:58:05 +0300
committerlevlam <levlam@telegram.org>2023-10-06 11:58:05 +0300
commit811a7c60e183c42e6e7ee771e72ce5a0133b75e6 (patch)
treee67687aa39f90d891425634a2c96367464281ac2 /td/telegram/AttachMenuManager.h
parent3e3b4e8aa649ae035f95b0d5bd582a3c6fa068b0 (diff)
Add separate td_api::InputMessageReplyTo.
Diffstat (limited to 'td/telegram/AttachMenuManager.h')
-rw-r--r--td/telegram/AttachMenuManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/AttachMenuManager.h b/td/telegram/AttachMenuManager.h
index 81f11c76f..ca386696f 100644
--- a/td/telegram/AttachMenuManager.h
+++ b/td/telegram/AttachMenuManager.h
@@ -43,7 +43,7 @@ class AttachMenuManager final : public Actor {
string &&platform, bool allow_write_access, Promise<string> &&promise);
void request_web_view(DialogId dialog_id, UserId bot_user_id, MessageId top_thread_message_id,
- td_api::object_ptr<td_api::MessageReplyTo> &&reply_to, string &&url,
+ td_api::object_ptr<td_api::InputMessageReplyTo> &&reply_to, string &&url,
td_api::object_ptr<td_api::themeParameters> &&theme, string &&platform,
Promise<td_api::object_ptr<td_api::webAppInfo>> &&promise);