No description
Find a file
Ilya Fedin d986e70a89 Fix global menu on 64-bit systems with X11
When Wayland support for global menu was added (0b86feeeb5), X11 support was broken since QWindow::winId returns WId what is a quintptr that expands to uint32 on 32-bit and to uint64 on 64-bit, while AppMenu d-bus service accepts only uint32.
2021-07-28 23:41:36 +03:00
.github Remove old instructions & patches they referred to 2021-07-20 09:50:57 +03:00
cmake@289bf222ca Define 'KHRONOS_STATIC' globally. 2021-07-26 16:23:41 +03:00
docs Define 'KHRONOS_STATIC' globally. 2021-07-26 16:23:41 +03:00
lib/xdg Add tag launchable into linux appdata 2020-03-13 11:01:54 +04:00
snap Update tg_owt revision. 2021-07-07 16:39:26 +03:00
Telegram Fix global menu on 64-bit systems with X11 2021-07-28 23:41:36 +03:00
.gitattributes Update lottie icons in voice chats. 2021-04-12 10:48:16 +04:00
.gitignore added CLion-generated files to .gitignore 2021-04-14 08:50:32 +03:00
.gitmodules Switch from mallocng to jemalloc 2021-07-01 22:13:20 +03:00
changelog.txt Beta version 2.8.13. 2021-07-23 23:22:08 +03:00
CMakeLists.txt Add loading of custom shipped d3dcompiler_47.dll. 2021-07-20 15:41:49 +03:00
LEGAL Update copyright year to 2021. 2021-01-04 11:24:32 +04:00
LICENSE Add single LEGAL file with license and copyright. 2018-01-03 13:04:34 +03:00
README.md Remove old instructions & patches they referred to 2021-07-20 09:50:57 +03:00

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