Telegram Desktop messaging app
Go to file
John Preston 19ce1edc16 Use base::SafeRound instead of std::round.
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.

Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
.github Cherry-pick a opus fix for detecting CPU instructions on Windows 2021-09-27 08:50:51 +04:00
cmake@1dacc0ac4f Use opus built with cmake on Windows 2021-09-25 15:35:32 +04:00
docs
lib/xdg
snap Fix icon for Quit Telegram taskbar item in snap 2021-09-20 15:09:42 +03:00
Telegram Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
.gitattributes
.gitignore
.gitmodules
changelog.txt Beta version 3.1.3. 2021-09-27 10:28:29 +04:00
CMakeLists.txt
LEGAL
LICENSE
README.md

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build Status Build Status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions