diff options
Diffstat (limited to 'protocols/Telegram/src/t_messages.cpp')
-rw-r--r-- | protocols/Telegram/src/t_messages.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Telegram/src/t_messages.cpp b/protocols/Telegram/src/t_messages.cpp index 0ba8cfa0bb..f3aa404f9a 100644 --- a/protocols/Telegram/src/t_messages.cpp +++ b/protocols/Telegram/src/t_messages.cpp @@ -1,6 +1,9 @@ #include "stdafx.h"
-void CTelegramProto::OnMessage(tgl_message*)
+void CTelegramProto::OnMessage(tgl_message *msg)
{
+}
+void CTelegramProto::OnUserTyping(tgl_user *U, tgl_typing_status status)
+{
}
\ No newline at end of file |