From 85f4f03bbd0159e200c226061633cb924c56ccb8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Feb 2024 13:15:47 +0300 Subject: Telegram: support for settings our own avatar --- protocols/Telegram/src/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Telegram/src/proto.h') diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 2b628abfc2..9e755fb1c6 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -222,6 +222,7 @@ class CTelegramProto : public PROTO { return CMStringW(VARSW(L"%miranda_userdata%")) + L"\\" + _A2T(m_szModuleName); } + void OnAvatarSet(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); -- cgit v1.2.3