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)
|
2021-10-18 09:38:42 +00:00
|
|
|
* Extensions:
|
|
|
|
* [TelegramBotAPI API](../tgbotapi.api/README.md)
|
|
|
|
* [TelegramBotAPI Utils](../tgbotapi.utils/README.md)
|
|
|
|
* [TelegramBotAPI Behaviour Builder](../tgbotapi.behaviour_builder/README.md)
|
|
|
|
* [TelegramBotAPI Behaviour Builder FSM](../tgbotapi.behaviour_builder.fsm/README.md)
|
2020-10-04 12:34:03 +00:00
|
|
|
|
|
|
|
## Implementation
|
|
|
|
|
|
|
|
```groovy
|
|
|
|
dependencies {
|
|
|
|
// ...
|
|
|
|
implementation "dev.inmo:tgbotapi:$tgBotAPIVersion"
|
|
|
|
}
|
|
|
|
```
|