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

telegram-s/telegram-tl

Repository files navigation

Type Language core java library

Contains basic classes for working with TL Serialization.

This implementation contains minimul required subset of TL for working with telegraph.org messaging service.

Including to your project

Gradle

compile 'org.telegram-s:tl-core:1.1 '

Maven

<dependency>
  <groupId>org.telegram-s</groupId>
  <artifactId>tl-core</artifactId>
  <version>1.1 </version>
  <scope>compile</scope>
</dependency>

More information

Type Language documentation

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

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

####Telegraph project

http://telegram.org/

Android Client that uses this library

Telegram S

License

This library uses MIT License