An open API service indexing awesome lists of open source software.

https://github.com/rubenlagus/telegramapi

Java library to create Telegram Clients
https://github.com/rubenlagus/telegramapi

mtproto telegram-api

Last synced: about 1 year ago
JSON representation

Java library to create Telegram Clients

Awesome Lists containing this project

README

          

# Telegram API
[![Jitpack](https://jitpack.io/v/rubenlagus/TelegramApi.svg)](https://jitpack.io/#rubenlagus/TelegramApi)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.telegram/telegramapi/badge.svg)](http://mvnrepository.com/artifact/org.telegram/telegramapi)

Java library that implements Telegram API to create Telegram Clients

## Contributions

Feel free to fork this project, work on it and then make a pull request to **dev branch**.

Please, **DO NOT PUSH ANY API KEY OR API HASH**, I will never accept a pull request with that content.

## Usage

Just add the library to your project with one of these options:

1. Using Maven Central Repository:

```xml

org.telegram
telegramapi
66.2

```

2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramApi)
3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramApi/releases)

## Telegram API and MTPROTO:

If you want more information about Telegram API, you can go [here](https://core.telegram.org/api#telegram-api). And [here](https://core.telegram.org/mtproto) you will find extra information about mtproto.

## Questions or Suggestions
Feel free to create issues [here](https://github.com/rubenlagus/TelegramApi/issues) as you need

## Disclaimer

I know this project still have many things to improve, please be patient or help me with it.

## Acknowledgments

* To ex3ndr, whose code was the base of this bot long, long ago. Not much remains from that point, but still there are a few files.
* To [Drklo](https://github.com/drklo), whose code was also helpful in this project.
* To [Marvin](https://github.com/dapoldi) for all the help, testing and programing that he spends in this project.
* To [Telegram Team](https://telegram.org) for their help while developing it.

## License

MIT License

Copyright (c) 2016 Ruben Bermudez

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.