summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-03-02 14:12:15 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-03-02 14:12:15 +0300
commitaf80e09653422647feb40e103e3c32276d894dcb (patch)
treeca38a011cdac28dbb316284da45bab0f369d43df /protocols/Telegram/src/proto.h
parente10e745751746cc27deba216372ae1129ab058cd (diff)
fixes #4893 (Telegram: добавить показ возраста и даты рождения)
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h1
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();