mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-29 21:48:43 +00:00
18 lines
479 B
Markdown
18 lines
479 B
Markdown
# TelegramBotAPI
|
|
|
|
Concentration of all TelegramBotAPI libraries:
|
|
|
|
* [TelegramBotAPI Core](../tgbotapi.core/README.md)
|
|
* [TelegramBotAPI Extensions](../tgbotapi.extensions.api/README.md)
|
|
* [TelegramBotAPI Util Extensions](../tgbotapi.extensions.utils/README.md)
|
|
* [TelegramBotAPI Behaviour Builder Extensions](../tgbotapi.extensions.behaviour_builder/README.md)
|
|
|
|
## Implementation
|
|
|
|
```groovy
|
|
dependencies {
|
|
// ...
|
|
implementation "dev.inmo:tgbotapi:$tgBotAPIVersion"
|
|
}
|
|
```
|