1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 03:28:10 +00:00
tgbotapi/tgbotapi/README.md

17 lines
373 B
Markdown
Raw Normal View History

2020-10-04 12:34:03 +00:00
# TelegramBotAPI
Concentration of all TelegramBotAPI libraries:
* [tgbotapi.core](../tgbotapi.core/README.md)
* [TelegramBotAPI Extensions](../tgbotapi.extensions.api/README.md)
* [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md)
## Implementation
```groovy
dependencies {
// ...
implementation "dev.inmo:tgbotapi:$tgBotAPIVersion"
}
```