mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-25 11:38:45 +00:00
17 lines
412 B
Markdown
17 lines
412 B
Markdown
# TelegramBotAPI
|
|
|
|
Concentration of all TelegramBotAPI libraries:
|
|
|
|
* [TelegramBotAPI-core](../TelegramBotAPI-core/README.md)
|
|
* [TelegramBotAPI Extensions](../TelegramBotAPI-extensions-api/README.md)
|
|
* [TelegramBotAPI Util Extensions](../TelegramBotAPI-extensions-utils/README.md)
|
|
|
|
## Implementation
|
|
|
|
```groovy
|
|
dependencies {
|
|
// ...
|
|
implementation "dev.inmo.tgbotapi:TelegramBotAPI:$tgBotAPIVersion"
|
|
}
|
|
```
|