aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/MessageInputReplyTo.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-05-23 18:43:35 +0300
committerlevlam <levlam@telegram.org>2025-05-23 18:43:35 +0300
commit468675203f0e6d571a7e0dcdcdcadec943b44a81 (patch)
tree40a261dbaa4aed2a7d7891b6e7c79b096b0fd3a6 /td/telegram/MessageInputReplyTo.h
parent7189340af1e7e3ed50e8efa05ecd55b582362373 (diff)
Send feedback chat topic to server.
Diffstat (limited to 'td/telegram/MessageInputReplyTo.h')
-rw-r--r--td/telegram/MessageInputReplyTo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/td/telegram/MessageInputReplyTo.h b/td/telegram/MessageInputReplyTo.h
index f5f516c11..2a22ca5bd 100644
--- a/td/telegram/MessageInputReplyTo.h
+++ b/td/telegram/MessageInputReplyTo.h
@@ -10,6 +10,7 @@
#include "td/telegram/MessageFullId.h"
#include "td/telegram/MessageId.h"
#include "td/telegram/MessageQuote.h"
+#include "td/telegram/SavedMessagesTopicId.h"
#include "td/telegram/StoryFullId.h"
#include "td/telegram/td_api.h"
#include "td/telegram/telegram_api.h"
@@ -83,8 +84,8 @@ class MessageInputReplyTo {
void add_dependencies(Dependencies &dependencies) const;
- telegram_api::object_ptr<telegram_api::InputReplyTo> get_input_reply_to(Td *td,
- MessageId top_thread_message_id) const;
+ telegram_api::object_ptr<telegram_api::InputReplyTo> get_input_reply_to(
+ Td *td, MessageId top_thread_message_id, SavedMessagesTopicId saved_messages_topic_id) const;
// only for draft messages
td_api::object_ptr<td_api::InputMessageReplyTo> get_input_message_reply_to_object(Td *td) const;