tgbotapi/tgbotapi/README.md

17 lines
379 B
Markdown
Raw Normal View History

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