diff options
Diffstat (limited to 'protocols/Telegram/tgl/README.md')
-rw-r--r-- | protocols/Telegram/tgl/README.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/protocols/Telegram/tgl/README.md b/protocols/Telegram/tgl/README.md deleted file mode 100644 index e9cb491af3..0000000000 --- a/protocols/Telegram/tgl/README.md +++ /dev/null @@ -1,27 +0,0 @@ -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 - |