TeleStats
If this library makes developing your next Telegram App easier, please download my app TeleStats. The app shows you fun and interesting statistics about your Telegram Message. All the anlysis and communication with Telegram happens on device using this library!
This repo provides an iOS binary of tdlib and also a TDJSON.framework file to directly include include in your iOS project.
To communicate with
tdlibyou'll have to usejsonfunction. For a nativswiftapi use TDLib-iOS.
Just add github "leoMehlig/TDJSON" to your Cartfile and do the usual Carthage stuff.
You can also download the repo and build the .xcproj yourself or go even further and use the build.sh script to rebuild tdlib.
There are direct mappings of the c++ functions of tdjson to swift. They can be found in TDJSON/td_json_client.swift.
The version of the Github Releases directly maps to the releases of tdlib. If a version isn't avaiable please create a issue.