A Telegram client for iOS
- login
- all chats with people from main folder/archive
- sending/reading text/photo/voice/album messages
- replying to/editing messages
- draft, forwarded from
- animojis (tgs, webp, sometimes webm)
- pinned chats
- searching your/global chats
- custom settings sheet
- unique UI
- last seen online
- formatting/formatted messages
Download an .ipa file from releases tab and install through Sideloadly or AltStore (suggested).
Soon, I will buy Paid Apple Developer account, I promise.
- Performance with animoji's is terrible, I recommend disabling them in settings
git clone https://github.com/levochkaa/BetterTG.git
Latest Xcode version is used for this project.
I suggest using Xcodes for downloading XCode.
Go to this site.
Log in, open API development tools, fill up the info.
Then click Save changes
at the bottom of the page.
Leave the page open for the next step.
You need to have Homebrew installed.
Now run these commands:
brew install swift-sh
sudo chmod +x environment.swift
sudo chmod +x gyb.sh
./environment.swift <api_id> <api_hash>
Everything is set up now! GL HF