diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-28 13:15:47 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-28 13:15:47 +0300 |
commit | 85f4f03bbd0159e200c226061633cb924c56ccb8 (patch) | |
tree | 832b478b44bee09bff5a8562a34493b3e51ba44a /protocols/Telegram/src/proto.h | |
parent | 667ded1639b12b365a009441677d6962642bd914 (diff) |
Telegram: support for settings our own avatar
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 2b628abfc2..9e755fb1c6 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -222,6 +222,7 @@ class CTelegramProto : public PROTO<CTelegramProto> { 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); |