git clone https://github.com/X140Yu/Telegram.git
cd Telegram
git submodule update --init --recursive
open Telegram.xcworkspace
Now you can build and run the project.
Note, this version uses the telegram for macOS project appID and appKey, if you meet the
API_ID_PUBLISHED_FLOOD
error, you may need to create your own application via Creating your Telegram Application and change the appID and Key inconfig.h
header file.