diff options
| author | levlam <levlam@telegram.org> | 2024-01-18 14:59:53 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-01-18 14:59:53 +0300 |
| commit | 021c0bd02d6d5ade6f7985fd25eab9302639a6db (patch) | |
| tree | 728c04f874dd4c8839317cf2f15b6b5a1f12288a /td/telegram/MessageInputReplyTo.h | |
| parent | e5f9e4c40075b1d1c5a72431f585b0c696cce19c (diff) | |
Improve logging.
Diffstat (limited to 'td/telegram/MessageInputReplyTo.h')
| -rw-r--r-- | td/telegram/MessageInputReplyTo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/MessageInputReplyTo.h b/td/telegram/MessageInputReplyTo.h index 7110707b8..780448115 100644 --- a/td/telegram/MessageInputReplyTo.h +++ b/td/telegram/MessageInputReplyTo.h @@ -108,4 +108,6 @@ bool operator!=(const MessageInputReplyTo &lhs, const MessageInputReplyTo &rhs); StringBuilder &operator<<(StringBuilder &string_builder, const MessageInputReplyTo &input_reply_to); +StringBuilder &operator<<(StringBuilder &string_builder, const MessageInputReplyTo *input_reply_to_ptr); + } // namespace td |
