Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

telegram-s/telegram-mt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java MTProto Implementation

Mobile Transport protocol used in Telegram project and designed for speed and security over weird mobile networks.

This is library of MTProto implementation for java. Now it used in our production-ready product Telegram S.

Including in your project

Gradle

compile 'org.telegram-s:mtproto:1.5 '

Maven

<dependency>
  <groupId>org.telegram-s</groupId>
  <artifactId>mtproto</artifactId>
  <version>1.5 </version>
  <scope>compile</scope>
</dependency>

More information

MTProto documentation

English: http://core.telegram.org/mtproto

Russian: http://dev.stel.com/mtproto

Type Language documentation

English: http://core.telegram.org/mtproto/TL

Russian: http://dev.stel.com/mtproto/TL

####Telegram project

http://telegram.org/

Android Client that uses this library

Telegram S

Licence

Compiler uses MIT Licence