Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
/ Telegram-Multi Public archive
forked from DrKLO/Telegram

Telegram with multi account support

License

Notifications You must be signed in to change notification settings

olegsvs/Telegram-Multi

 
 

Repository files navigation

Telegram Multi messenger for Android with MultiAccount support

Google play: https://play.google.com/store/apps/details?id=org.telegram.multi&hl=ru

FIRST SECOND DOUBLE

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 Android.

##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.

API, Protocol documentation

Telegram API manuals: https://core.telegram.org/api

MTproto protocol manuals: https://core.telegram.org/mtproto

Usage

Beware of using the dev branch and uploading it to any markets, in many cases it not will work as expected.

First of all, take a look at src/main/java/org/telegram/messenger/BuildVars.java and fill it with correct values. Import the root folder into your IDE (tested on Android Studio), then run project.

Localization

We moved all translations to https://www.transifex.com/projects/p/telegram/. Please use it.

How to build

execute :

git clone --recursive https://github.com/olegsvs/Telegram-Multi

cd Telegram-Multi\TMessagesProj

ndk-build

After you can assemble the application in Android Studio

About

Telegram with multi account support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 43.8%
  • Java 41.9%
  • C++ 8.4%
  • Perl 3.8%
  • Objective-C 1.4%
  • Assembly 0.4%
  • Other 0.3%