Type-safe library for work with Telegram Bot API
Go to file
InsanusMokrassar 97d6d3ad13 update kotlin 2020-03-26 14:27:17 +06:00
.github Create FUNDING.yml 2020-02-10 23:13:07 +06:00
TelegramBotAPI hotfix for ExtendedUser 2020-03-22 22:57:01 +06:00
TelegramBotAPI-extensions-api fix of error inside of update utils for media groups 2020-03-26 14:26:44 +06:00
badges update group badge 2020-02-15 16:11:42 +06:00
gradle/wrapper update versions 2020-03-22 13:04:40 +06:00
.gitignore init 2018-12-26 16:21:52 +08:00
.travis.yml Create .travis.yml 2020-02-19 20:08:15 +06:00
CHANGELOG.md update kotlin 2020-03-26 14:27:17 +06:00
LICENSE Update LICENSE 2020-02-19 22:29:53 +06:00
README.md a little fix on README 2020-03-17 13:30:01 +06:00
_config.yml Set theme jekyll-theme-cayman 2020-01-06 22:44:23 +06:00
gradle.properties update kotlin 2020-03-26 14:27:17 +06:00
gradlew init 2018-12-26 16:21:52 +08:00
gradlew.bat init 2018-12-26 16:21:52 +08:00
settings.gradle add subproject TelegramBotAPI-extensions-api 2020-02-15 01:23:52 +06:00

README.md

TelegramBotAPI

Common info Awesome Kotlin Badge Chat in Telegram Build Status
TelegramBotAPI status Download Maven Central
TelegramBotAPI Extensions status Download Maven Central

It is a complex of libraries for working with TelegramBotAPI in type-safe and strict way as much as it possible. In the list of this complex currently next projects:

  • TelegramBotAPI - core of library. In fact it is independent library and can be used alone without any additional library
  • TelegramBotAPI Extensions - contains extensions (mostly for RequestsExecutor), which allows to use the core library in more pleasant way

Most part of some specific solves or unuseful moments are describing by official Telegram Bot API.

Ok, where should I start?

Firstly, look at the TelegramBotAPI. Here you can find all information about currently covered Telegram Bot API and other things. After this you can look at the TelegramBotAPI Extensions.

Anyway, all libraries are very typical inside of them. For example, any request in TelegramBotAPI look like requestsExecutor.execute(SomeRequest()).