2020-08-20 07:55:34 +00:00
|
|
|
# TelegramBotAPI
|
2020-02-17 09:25:08 +00:00
|
|
|
|
2020-08-20 05:55:39 +00:00
|
|
|
Concentration of all TelegramBotAPI libraries:
|
2020-02-17 09:25:08 +00:00
|
|
|
|
2020-08-20 05:55:39 +00:00
|
|
|
* [TelegramBotAPI-core](../TelegramBotAPI-core/README.md)
|
|
|
|
* [TelegramBotAPI Extensions](../TelegramBotAPI-extensions-api/README.md)
|
|
|
|
* [TelegramBotAPI Util Extensions](../TelegramBotAPI-extensions-utils/README.md)
|
2020-02-17 09:25:08 +00:00
|
|
|
|
2020-08-20 05:55:39 +00:00
|
|
|
## Implementation
|
2020-02-17 09:25:08 +00:00
|
|
|
|
|
|
|
```groovy
|
|
|
|
dependencies {
|
|
|
|
// ...
|
2020-08-20 05:55:39 +00:00
|
|
|
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgBotAPIVersion"
|
2020-02-17 09:25:08 +00:00
|
|
|
}
|
|
|
|
```
|