2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 2.4.10.

- Use inline bots and sticker by emoji suggestions
in channel comments.
- Lock voice message recording,
listen to your voice message before sending.
This commit is contained in:
John Preston
2020-11-17 18:20:22 +03:00
parent 4f6f654e34
commit 91b8ad171a
8 changed files with 32 additions and 15 deletions

View File

@@ -89,6 +89,12 @@ std::map<int, const char*> BetaLogs() {
2004008,
"- Upgrade several third party libraries to latest versions.\n"
},
{
2004010,
"- Use inline bots and sticker by emoji suggestions in channel comments.\n"
"- Lock voice message recording, listen to your voice message before sending.\n"
},
};
};