Version 6.7.

- AI Text Editor for messages.
- Enhanced Polls with media, locations and suggested options.
- Bots can create and managed other Bots on your behalf.
- Drawing tools in image editor (brush, marker, eraser, arrow).
- Trim recorded voice messages.
- Per-file captions when sending multiple files.
- Audio sharing in calls on Linux.
This commit is contained in:
John Preston
2026-04-01 12:02:04 +07:00
parent afddcbdd40
commit 0f85080c15
6 changed files with 28 additions and 18 deletions
+4 -4
View File
@@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,6,4,0
PRODUCTVERSION 6,6,4,0
FILEVERSION 6,7,0,0
PRODUCTVERSION 6,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -53,10 +53,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram FZ-LLC"
VALUE "FileDescription", "Telegram Desktop Updater"
VALUE "FileVersion", "6.6.4.0"
VALUE "FileVersion", "6.7.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2026"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "6.6.4.0"
VALUE "ProductVersion", "6.7.0.0"
END
END
BLOCK "VarFileInfo"