diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-15 20:38:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-15 20:38:09 +0300 |
commit | c71cb8e1f735a198c33c63ee9bd92f65e94f6643 (patch) | |
tree | 68dfb1511c83ea4eba97192b45aa850c4563babe /protocols/Telegram/src/proto.h | |
parent | cf91db5000d4f11745e2fe8bb6e7f5c6c6ba162a (diff) |
Telegram: ability to leave group chats / channels
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 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; |