diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index b0c68e3834..3620ff78f0 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -276,6 +276,8 @@ class CTelegramProto : public PROTO<CTelegramProto> OBJLIST<TG_BASIC_GROUP> m_arBasicGroups; OBJLIST<TG_SUPER_GROUP> m_arSuperGroups; + INT_PTR __cdecl SvcLeaveChat(WPARAM, LPARAM); + void InitGroupChat(TG_USER *pUser, const TD::chat *pChat); void StartGroupChat(td::ClientManager::Response &response, void *pUserData); |