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

18 lines
479 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)
* [TelegramBotAPI Behaviour Builder Extensions](../tgbotapi.extensions.behaviour_builder/README.md)
2020-10-04 12:34:03 +00:00
## Implementation
```groovy
dependencies {
// ...
implementation "dev.inmo:tgbotapi:$tgBotAPIVersion"
}
```