aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/MessageInputReplyTo.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-02-11 12:53:14 +0300
committerlevlam <levlam@telegram.org>2026-02-11 12:53:14 +0300
commitca1f05d0c366b5bcfd777b81c6ddc9103bc32563 (patch)
tree309b62d0bd029d27ba1ee87d8a0c429d8e542934 /td/telegram/MessageInputReplyTo.h
parentb16c3efda81d1b7c3df7c21334450258d0639b18 (diff)
Add reply_to_message_id debug.
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 c2ab6cb0d..00191a07a 100644
--- a/td/telegram/MessageInputReplyTo.h
+++ b/td/telegram/MessageInputReplyTo.h
@@ -89,8 +89,9 @@ class MessageInputReplyTo {
void add_dependencies(Dependencies &dependencies) const;
- telegram_api::object_ptr<telegram_api::InputReplyTo> get_input_reply_to(Td *td,
- const MessageTopic &message_topic) const;
+ telegram_api::object_ptr<telegram_api::InputReplyTo> get_input_reply_to(Td *td, const MessageTopic &message_topic,
+ DialogId for_dialog_id = DialogId(),
+ int32 with_flags = 0) const;
// only for draft messages
td_api::object_ptr<td_api::InputMessageReplyTo> get_input_message_reply_to_object(Td *td) const;