Contains basic classes for working with TL Serialization.
This implementation contains minimul required subset of TL for working with telegraph.org messaging service.
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>
English: http://core.telegram.org/mtproto/TL
Russian: http://dev.stel.com/mtproto/TL
####Telegraph project
This library uses MIT License