hackjie / Telegram-macos-Swift

Source code of Telegram for macos on Swift 4.0

Home Page:https://macos.telegram.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram is a messaging app with a focus on speed and security. It’s superfast, simple and free. This repo contains the official source code for Telegram App for MacOS.

Creating your Telegram Application

We welcome all developers to use our API and source code to create applications on our platform. There are several things we require from all developers for the moment.

  1. Obtain your own api_id for your application.
  2. Please do not use the name Telegram for your app — or make sure your users understand that it is unofficial.
  3. Kindly do not use our standard logo (white paper plane in a blue circle) as your app's logo.
  4. Please study our security guidelines and take good care of your users' data and privacy.
  5. Please remember to publish your code too in order to comply with the licences.

Usage

  1. Clone repo with submodules
git clone https://github.com/overtake/TelegramSwift.git --recursive
  1. Open Telegram-Mac.xcworkspace
  2. Create Config.swift file with
let API_ID:Int32 = 'api_id'
let API_HASH:String = "api_hash"
let TEST_SERVER:Bool = false
let languagesCategory = "macos"
  1. build and enjoy

About

Source code of Telegram for macos on Swift 4.0

https://macos.telegram.org

License:GNU General Public License v2.0


Languages

Language:Swift 72.9%Language:C 16.4%Language:Objective-C 5.5%Language:C++ 4.4%Language:Objective-C++ 0.8%Language:GLSL 0.0%Language:Shell 0.0%