diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-10 20:47:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-10 20:47:33 +0300 |
commit | f37891335fc1f4f16f362dec4543487460997ea9 (patch) | |
tree | 76d85d3b54d4a5901f012621d8ad24c4cc0d1181 /protocols/Telegram/src/proto.h | |
parent | 254e19a638bebc4bc468f0415eddf7e4ccff7e02 (diff) |
Telegram: mute support
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index e975b8866a..6295784b9c 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -201,6 +201,7 @@ class CTelegramProto : public PROTO<CTelegramProto> void ProcessBasicGroup(TD::updateBasicGroup *pObj); void ProcessChat(TD::updateNewChat *pObj); void ProcessChatLastMessage(TD::updateChatLastMessage *pObj); + void ProcessChatNotification(TD::updateChatNotificationSettings *pObj); void ProcessChatPosition(TD::updateChatPosition *pObj); void ProcessDeleteMessage(TD::updateDeleteMessages *pObj); void ProcessFile(TD::updateFile *pObj); |