summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-14 15:51:03 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-14 15:51:03 +0300
commit1c5f9fca3e84bcddff36a70fbce0c48d9eb78be3 (patch)
tree5936ee6407685e681390d9cf3ff87d54a4f2a017 /protocols/Telegram/src/proto.h
parent3f32abbb269e21e4687affc8560fb6a080ae8ba1 (diff)
fixes #3771 (Telegram: добавление ботов)
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 c5566472d8..225e7b7622 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -225,6 +225,7 @@ class CTelegramProto : public PROTO<CTelegramProto>
void OnSendFile(td::ClientManager::Response &response, void *pUserInfo);
void OnSendMessage(td::ClientManager::Response &response);
void OnUpdateAuth(td::ClientManager::Response &response);
+ void OnGetChats(td::ClientManager::Response &response);
void LogOut(void);
void OnLoggedIn(void);