- Set messages to auto-delete for everyone 24 hours or 7 days after sending. - Control auto-delete settings in any of your chats, as well as in groups and channels where you are an admin. - To enable auto-delete, right click on the chat in the chat list > Clear History > Enable Auto-Delete. - Create invite links that work for a limited time or a limited number of uses. - See which users joined using your, or your admins', invite links. - Turn any invite link into a QR code users can scan with their phone cameras. - To manage invite links, click ... > Manage Group/Channel > Invite Links. - Convert groups that have reached 200,000 members into unlimited Broadcast Groups.
43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Package
|
|
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
|
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
|
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"
|
|
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
|
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
|
IgnorableNamespaces="uap uap2 uap3 rescap">
|
|
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
|
|
ProcessorArchitecture="ARCHITECTURE"
|
|
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
|
|
Version="2.6.0.0" />
|
|
<Properties>
|
|
<DisplayName>Telegram Desktop</DisplayName>
|
|
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>
|
|
<Description>Telegram Desktop official messenger</Description>
|
|
<Logo>Assets\logo\logo.png</Logo>
|
|
</Properties>
|
|
<Resources>
|
|
<Resource Language="en-us" />
|
|
</Resources>
|
|
<Dependencies>
|
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.14316.0" />
|
|
</Dependencies>
|
|
<Capabilities>
|
|
<rescap:Capability Name="runFullTrust"/>
|
|
</Capabilities>
|
|
<Applications>
|
|
<Application Id="Telegram.TelegramDesktop.Store" Executable="Telegram.exe" EntryPoint="Windows.FullTrustApplication">
|
|
<uap:VisualElements
|
|
BackgroundColor="#1e94d0"
|
|
DisplayName="Telegram Desktop"
|
|
Square150x150Logo="Assets\logo150\logo150.png"
|
|
Square44x44Logo="Assets\logo44\logo44.png"
|
|
Description="Telegram Desktop official messenger" />
|
|
<Extensions>
|
|
<uap3:Extension Category="windows.protocol">
|
|
<uap3:Protocol Name="tg" Parameters="-- "%1"" />
|
|
</uap3:Extension>
|
|
</Extensions>
|
|
</Application>
|
|
</Applications>
|
|
</Package>
|