diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-02 14:12:15 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-02 14:12:15 +0300 |
commit | af80e09653422647feb40e103e3c32276d894dcb (patch) | |
tree | ca38a011cdac28dbb316284da45bab0f369d43df /protocols/Telegram/src/proto.h | |
parent | e10e745751746cc27deba216372ae1129ab058cd (diff) |
fixes #4893 (Telegram: добавить показ возраста и даты рождения)
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 4125db0bb0..871ef9a790 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -285,6 +285,7 @@ class CTelegramProto : public PROTO<CTelegramProto> void ProcessSuperGroup(TD::updateSupergroup *pObj); void ProcessSuperGroupInfo(TD::updateSupergroupFullInfo *pObj); void ProcessUser(TD::updateUser *pObj); + void ProcessUserInfo(TD::updateUserFullInfo *pObj); void UnregisterSession(); |