mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
No description
- You can set a Global Auto-Delete Timer for all new chats and groups you create. - New messages will be deleted after 1 day, week, month, or a custom duration you choose. - The new menu in Settings > Privacy & Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster. - Admins of groups with 100+ members can organize discussions into separate topics. - Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics. - Previews of topic messages in the chat list work like a button, click to jump to the last updated topic. - Up to 5 topics can be pinned to the top of the list. - Each topic now supports multiple pinned messages. - The View as Messages mode now shows which topic each message belongs to. - Badge counters for topics you never opened will have a lighter, less distracting color. - A new General topic is now included by default, containing service messages and the earlier message history from the group. - Admins can rename the General topic. - Large groups can enable Aggressive Filtering in Manage Group > Administrators to remove more spam with automated algorithms. - Admins help improve filtering by reporting any false positives in Recent Actions. |
||
---|---|---|
.github | ||
cmake@125b9571c5 | ||
docs | ||
lib/xdg | ||
snap | ||
Telegram | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
changelog.txt | ||
CMakeLists.txt | ||
LEGAL | ||
LICENSE | ||
README.md |
Telegram Desktop – Official Messenger
This is the complete source code and the build instructions for the official Telegram messenger desktop client, based on the Telegram API and the MTProto secure protocol.
The source code is published under GPLv3 with OpenSSL exception, the license is available here.
Supported systems
The latest version is available for
- Windows 7 and above (64 bit) (portable)
- Windows 7 and above (32 bit) (portable)
- macOS 10.12 and above
- Linux static build for 64 bit
- Snap
- Flatpak
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
- Qt 6 (LGPL) and Qt 5.15 (LGPL) slightly patched
- OpenSSL 1.1.1 and 1.0.1 (OpenSSL License)
- WebRTC (New BSD License)
- zlib 1.2.11 (zlib License)
- LZMA SDK 9.20 (public domain)
- liblzma (public domain)
- Google Breakpad (License)
- Google Crashpad (Apache License 2.0)
- GYP (BSD License)
- Ninja (Apache License 2.0)
- OpenAL Soft (LGPL)
- Opus codec (BSD License)
- FFmpeg (LGPL)
- Guideline Support Library (MIT License)
- Range-v3 (Boost License)
- Open Sans font (Apache License 2.0)
- Vazir font (SIL Open Font License 1.1)
- Emoji alpha codes (MIT License)
- Catch test framework (Boost License)
- xxHash (BSD License)
- QR Code generator (MIT License)
- CMake (New BSD License)
- Hunspell (LGPL)
Build instructions
- Windows (32-bit) (64-bit)
- macOS
- GNU/Linux using Docker