add example for resender bot and JS

This commit is contained in:
2020-08-20 17:53:45 +06:00
parent 74e1d2e1a0
commit b72921a44c
10 changed files with 113 additions and 7 deletions

View File

@@ -20,5 +20,5 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.github.insanusmokrassar:TelegramBotAPI-all:$telegram_bot_api_version"
implementation "com.github.insanusmokrassar:TelegramBotAPI:$telegram_bot_api_version"
}