From 77a1f91e61f6d63591ec06db9ff2b3ef54af832f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Dec 2022 21:07:24 +0300 Subject: Telegram: - new chat processing; - td::td_api namespace is simply TD now; - AddUser now returns TG_USER instead of simple MCONTACT --- protocols/Telegram/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Telegram/src/stdafx.h') diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index 957cb73f55..83217608d0 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -25,6 +25,7 @@ #include "td/telegram/Client.h" #include "td/telegram/td_api.h" #include "td/telegram/td_api.hpp" +namespace TD = td::td_api; #define MODULE "Telegram" -- cgit v1.2.3