diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-19 21:07:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-19 21:07:24 +0300 |
commit | 77a1f91e61f6d63591ec06db9ff2b3ef54af832f (patch) | |
tree | eab9fee1b5617615e5d1983276e8a558279aebb2 /protocols/Telegram/src/stdafx.h | |
parent | 2773b4a944bc760ac5a49017b32a7f5917d0d41c (diff) |
Telegram:
- new chat processing;
- td::td_api namespace is simply TD now;
- AddUser now returns TG_USER instead of simple MCONTACT
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |