Skip to content

Rondoozle/telegram

This branch is 519 commits behind overtake/telegram:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 1, 2015
3a7fe9b · Dec 1, 2015
Dec 15, 2014
Nov 25, 2015
May 6, 2015
Aug 3, 2015
Dec 15, 2014
Jul 9, 2015
Nov 25, 2015
Dec 1, 2015
Dec 1, 2015
Jul 9, 2015
Oct 18, 2014
Oct 1, 2015
Dec 15, 2014
Aug 19, 2014
Sep 8, 2014
Aug 19, 2014
May 1, 2015
Dec 1, 2015
Aug 19, 2014
Aug 12, 2015
Aug 19, 2014
Aug 19, 2014
Sep 27, 2014
May 6, 2015
Apr 27, 2015
Oct 1, 2015
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
May 28, 2015
May 28, 2015
May 28, 2015
May 28, 2015
Sep 18, 2014
Sep 18, 2014
Oct 8, 2014
Jun 1, 2015
Oct 18, 2014
Apr 27, 2015
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
Nov 24, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Apr 27, 2015
Oct 18, 2014
Oct 18, 2014
Nov 16, 2015
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Apr 27, 2015
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Oct 18, 2014
Jan 14, 2015
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
Sep 27, 2014
Sep 27, 2014
Aug 19, 2014
Aug 7, 2015
Sep 27, 2014
Nov 4, 2015
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014
May 6, 2015
Sep 30, 2015
Sep 30, 2015
Aug 19, 2014
Aug 19, 2014
May 14, 2015
May 14, 2015
Aug 21, 2015
Aug 21, 2015
Aug 19, 2014
Aug 19, 2014
May 14, 2015
Jun 10, 2015
Aug 19, 2014
Aug 19, 2014
Aug 19, 2015
Nov 3, 2014
Aug 19, 2014
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Apr 1, 2015
Aug 19, 2014
Aug 19, 2014
Aug 19, 2014

Repository files navigation

Telegram for OSX

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

This repo contains official Telegram Messenger 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

For Quick Start Usage

  1. Checkout repository
  2. Create 'Application.h' file with this content:
#ifndef Telegram_Application_h
#define Telegram_Application_h


#define API_ID 0000 // you can create new app on my.telegram.org
#define API_HASH @"" // you can create new app on my.telegram.org
#define HOCKEY_APP_IDENTIFIER @"" // hocheckey app
#define HOCKEY_APP_COMPANY @""  // hocheckey app
#define BUNDLE_IDENTIFIER @"ru.keepcoder.Telegram"  // bundle name
#endif

Code avaiable on GPLV2 license

About

Source code of Telegram for OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 88.2%
  • C 8.6%
  • Objective-C++ 2.5%
  • Other 0.7%