mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 14:35:03 +01:00
Added readme
This commit is contained in:
parent
4622ba9186
commit
bd54deea1f
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Telegram messenger for Android
|
||||||
|
|
||||||
|
[Telegram](http://telegram.org) is a messaging app with a focus on speed and security. It’s superfast, simple and free.
|
||||||
|
|
||||||
|
This repo contains official [Telegram App for Android](https://play.google.com/store/apps/details?id=org.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
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
Import the root folder into your IDE (tested on Android Studio), then run project.
|
Loading…
Reference in a new issue