summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/src/utils.h')
-rw-r--r--protocols/Telegram/src/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Telegram/src/utils.h b/protocols/Telegram/src/utils.h
index d924a4a137..1af5f4ee4c 100644
--- a/protocols/Telegram/src/utils.h
+++ b/protocols/Telegram/src/utils.h
@@ -7,3 +7,6 @@ TD::object_ptr<TD::inputFileLocal> makeFile(const wchar_t *pwszFilename);
TD::object_ptr<TD::formattedText> formatBbcodes(const char *pszText);
TG_FILE_REQUEST::Type AutoDetectType(const wchar_t *pwszFilename);
+
+CMStringA msg2id(const TD::message *pMsg);
+CMStringA msg2id(TD::int53 chatId, TD::int53 msgId);