/telegram

Source code of Telegram for macos

Primary LanguageObjective-CGNU General Public License v2.0GPL-2.0

Telegram for macOS

Telegram is a messaging app with a focus on speed and security. It’s super fast, simple and free.

This repo contains official Telegram for macOS source code.

API, Protocol Documentation

Documentation for Telegram API is available here: http://core.telegram.org/api

Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto

Setting Up

  1. Checkout repository.
  2. git submodule update --init --recursive
  3. Open with Xcode.
  4. Click on SSignalKit.xcodeproj and under the "Build Settings" tab, change "Base SDK" to macOS.
  5. Click on SSignalKit target and change "ENABLE_BITCODE" from YES to NO.

License

GPL v2