diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-12 17:48:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-12 17:48:57 +0000 |
commit | 534db770dbe8c358ea267df20145e9793fb0275a (patch) | |
tree | 66989fb4e5511b4efe5652cf5312ac4f160bfd01 /protocols/Telegram/docs/tgl/README.md | |
parent | 461f53bf697335fabdc82c6c9143e6020de4f022 (diff) |
tgl inside telegram
git-svn-id: http://svn.miranda-ng.org/main/trunk@16471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/docs/tgl/README.md')
-rw-r--r-- | protocols/Telegram/docs/tgl/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/protocols/Telegram/docs/tgl/README.md b/protocols/Telegram/docs/tgl/README.md new file mode 100644 index 0000000000..e9cb491af3 --- /dev/null +++ b/protocols/Telegram/docs/tgl/README.md @@ -0,0 +1,27 @@ +This is library that handles telegram api and protocol. + +### 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 + +### Installation + +Clone GitHub Repository + + git clone --recursive https://github.com/vysheng/tgl.git && cd tgl + +#### Linux and BSDs + +Install libs: openssl, zlib +if you want to use provided net/timers then install libevent and add --enable-libevent key to configure + +Then, + + ./configure + make + +### Contacts +If you would like to ask a question, you can write to my telegram or to the github (or both). To contact me via telegram, you should use import_card method with argument 000653bf:0738ca5d:5521fbac:29246815:a27d0cda + |