- Some animated emoji now have extra effects. - Send ๐ ๐, ๐, :like:, ๐ฉ or โค๏ธ to any private chat, then click on the animated emoji to launch the effect. - If your chat partner also has the chat open, you will both see the effects. - See the "Watching" status when your chat partner is enjoying emoji effects with you. - More interactive emoji coming soon. - Right click one of your outgoing messages in small groups to see who recently viewed it. - To protect privacy, read receipts are only stored for 7 days after the message was sent. - Record video and audio from live broadcasts in your group or channel. - Admins can start recording from the '...' menu. - Choose between recording in portrait or landscape orientation. - Finished recordings are sent to the admin's Saved Messages and can be easily shared.
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="3.1.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>
|