summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-05-16 18:24:28 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-05-16 18:24:28 +0300
commit2c17233720ff8b78b8a2ef44724b3218a0029589 (patch)
tree53a4008407dab539c6e741af563734e83c826485 /protocols/Telegram/src/proto.h
parentb320ce679f51799ca9d63a146958ec8e3944a839 (diff)
Telegram: support for animated emoji messages
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h
index b5fce735ca..a656671e53 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -226,6 +226,7 @@ class CTelegramProto : public PROTO<CTelegramProto>
void ProcessUser(TD::updateUser *pObj);
bool GetMessageFile(TG_FILE_REQUEST::Type, TG_USER *pUser, const TD::file *pFile, const char *pszFileName, const std::string &caption, const char *szId, const char *szUser, time_t);
+ CMStringA GetMessageSticker(const TD::file *pFile, const char *pwszExtension);
CMStringA GetMessageText(TG_USER *pUser, const TD::message *pMsg);
void UpdateString(MCONTACT hContact, const char *pszSetting, const std::string &str);