1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00
tgbotapi/tgbotapi
2021-02-06 00:52:39 +06:00
..
build.gradle now JVM part will be compiled with IR 2021-02-06 00:52:39 +06:00
mpp_publish_template.kpsb update publishing scripts 2021-02-06 00:50:51 +06:00
publish.gradle update publishing scripts 2021-02-06 00:50:51 +06:00
README.md ContentMessage -> CommonMessage in behaviour_builder, fill readme of behaviour_builder and update projects schema 2021-01-08 16:28:00 +06:00

TelegramBotAPI

Concentration of all TelegramBotAPI libraries:

Implementation

dependencies {
    // ...
    implementation "dev.inmo:tgbotapi:$tgBotAPIVersion"
}