summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-05-13 15:41:01 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-05-13 15:41:01 +0300
commita8f00a9c70de2fafbba97941fc65879b3863db6f (patch)
treefbb4cce2b65e92d7db9df883189ec4e644bd08cd /protocols/Telegram/src/proto.h
parente600680869747dbf6fd5848397512cd6625539ad (diff)
Telegram: reactions processing
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 786883aaa3..deff69a9b0 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -274,6 +274,7 @@ class CTelegramProto : public PROTO<CTelegramProto>
void ProcessMarkRead(TD::updateChatReadInbox *pObj);
void ProcessMessage(const TD::message *pMsg);
void ProcessMessageContent(TD::updateMessageContent *pObj);
+ void ProcessMessageReactions(TD::updateMessageInteractionInfo *pObj);
void ProcessOption(TD::updateOption *pObj);
void ProcessStatus(TD::updateUserStatus *pObj);
void ProcessSuperGroup(TD::updateSupergroup *pObj);