-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule td
updated
15 files
+10 −11 | td/generate/scheme/td_api.tl | |
+6 −5 | td/telegram/ContactsManager.cpp | |
+12 −0 | td/telegram/LinkManager.cpp | |
+48 −225 | td/telegram/MessagesManager.cpp | |
+12 −39 | td/telegram/MessagesManager.h | |
+162 −0 | td/telegram/StatisticsManager.cpp | |
+11 −0 | td/telegram/StatisticsManager.h | |
+97 −41 | td/telegram/StoryManager.cpp | |
+9 −2 | td/telegram/StoryManager.h | |
+2 −2 | td/telegram/Td.cpp | |
+24 −29 | td/telegram/UpdatesManager.cpp | |
+2 −0 | td/telegram/UpdatesManager.h | |
+1 −0 | td/telegram/files/FileStatsWorker.cpp | |
+190 −189 | tdutils/td/utils/unicode.cpp | |
+8 −0 | test/link.cpp |