diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-29 19:03:55 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-29 19:04:03 +0300 |
commit | cebfc5c8facbf6ae335499f7f4b3dc57a60af999 (patch) | |
tree | 4c39e613c87f6164df1fe80601e611987aaaec84 /protocols/Telegram/src/utils.h | |
parent | 189164bebda4bca9bb3d672500d844bfe7f26517 (diff) |
TDLIB update up to the current state
Diffstat (limited to 'protocols/Telegram/src/utils.h')
-rw-r--r-- | protocols/Telegram/src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/utils.h b/protocols/Telegram/src/utils.h index b6b3bd62da..81d60e239d 100644 --- a/protocols/Telegram/src/utils.h +++ b/protocols/Telegram/src/utils.h @@ -2,6 +2,8 @@ const char *getName(const TD::usernames *pName);
+TD::int53 getReplyId(const TD::MessageReplyTo *pReply);
+
TD::object_ptr<TD::inputFileLocal> makeFile(const wchar_t *pwszFilename);
TD::object_ptr<TD::formattedText> formatBbcodes(const char *pszText);
|