summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-03-15 20:38:09 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-03-15 20:38:09 +0300
commitc71cb8e1f735a198c33c63ee9bd92f65e94f6643 (patch)
tree68dfb1511c83ea4eba97192b45aa850c4563babe /protocols/Telegram/src/proto.h
parentcf91db5000d4f11745e2fe8bb6e7f5c6c6ba162a (diff)
Telegram: ability to leave group chats / channels
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 4431ebe232..fd08f08de2 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -234,6 +234,7 @@ class CTelegramProto : public PROTO<CTelegramProto>
void StartGroupChat(td::ClientManager::Response &response, void *pUserData);
void Chat_SendPrivateMessage(GCHOOK *gch);
+ void Chat_LogMenu(GCHOOK *gch);
// Search
TD::array<TD::int53> m_searchIds;