
MEDIA PERMISSIONS IN GROUPS: Control whether members of your groups can send 9 distinct media types – like Photos, Voice or Video Messages.NETWORK USAGE: Check how much of your data was spent on Telegram in the updated Network Usage section in Settings.CHAT TRANSLATION: As a Premium user, translate entire chats in real time as you scroll them or receive new messages.EMOJI CATEGORIES: Filter stickers and emoji by categories like "love", "celebration" or "sleeping" in the sticker and emoji tabs.This Telegram update adds a few major improvements:.Bug fixes, performance improvements and all that jazz.Power saving mode turns on automatically based on battery charge.Individual autoplay settings for videos, GIFs, stickers, animated emoji and more.New switch to disable all resource-intensive processes with one click.Your chat partner can apply the same wallpaper – or choose their own.Set a custom wallpaper for any 1-on-1 chat.You can create multiple invite links to give different people access to different chats in the folder.Anyone you invite can add the folder and join all its chats in one tap.Share folders that include dozens of chats with friends or colleagues.SHAREABLE FOLDERS AND CUSTOM WALLPAPERS.TDesktop launcher.app created with Apple Script Editor.If you want to use different name, edit the launcher with Script Editor. You can clone and create alias/shortcut for your launcher, also you can use it as portable app for removable USB disk.Īpp data are stored in “cache” workdir, same folder with the laucher & app. Download from or GitHub, don’t use TDesktop from Mac AppStore. Put the launcher in the same folder with Telegram.app of TDesktop stable/beta. Save as Application, let’s called “launcher”. Set appPath to (rootFolder & "Telegram.app")ĭo shell script "mkdir -p \"" & dataFolder & "\""ĭo shell script "open -a \"" & appPath & "\" -args -workdir \"" & dataFolder & "\""ģ. Copy following script: set rootFolder to POSIX path of ((path to me as text) & "::")

Open Script Editor on /Applications/Utilities.Ģ. How to create TDesktop launcher app with Apple Script Editor:ġ. Use -workdir parameter, it won’t work if you add -many.
