1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-05-31 23:15:21 +00:00
tgbotapi/tgbotapi/README.md

20 lines
526 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)
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"
}
```