diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-20 17:25:07 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-20 17:25:07 +0300 |
commit | 0afefd8efd13f9cc88baf8baef7c445329d68091 (patch) | |
tree | f108c379b2d2d17005367fbf88f4734bc2d1ed0d /protocols/Telegram/src/proto.h | |
parent | b07063023ffb6bac667bb865e4d30212b88ff8e2 (diff) |
removed code for #4925
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index c8a607eccc..29cc8b3654 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -233,7 +233,6 @@ class CTelegramProto : public PROTO<CTelegramProto> } void OnAvatarSet(td::ClientManager::Response &response, void *pUserInfo); - void OnChatCreated(td::ClientManager::Response &response, void *pUserInfo); void OnEndSession(td::ClientManager::Response &response); void OnGetFileInfo(td::ClientManager::Response &response, void *pUserInfo); void OnGetFileLink(td::ClientManager::Response &response); |