mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-22 00:03:54 +00:00
update version of telegram bot api and start including of stickers sets handling bot
This commit is contained in:
parent
f152ede9b5
commit
7e7bbfaa93
21
StickerSetHandler/build.gradle
Normal file
21
StickerSetHandler/build.gradle
Normal file
@ -0,0 +1,21 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'application'
|
||||
|
||||
mainClassName="StickerSetHandlerBotKt"
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
||||
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
suspend fun main(args: Array<String>) {
|
||||
build
|
||||
}
|
@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1g
|
||||
|
||||
|
||||
kotlin_version=1.8.10
|
||||
telegram_bot_api_version=7.0.0
|
||||
telegram_bot_api_version=7.0.0-branch_7.0.0-build1551
|
||||
micro_utils_version=0.17.5
|
||||
serialization_version=1.5.0
|
||||
ktor_version=2.2.4
|
||||
|
Loading…
Reference in New Issue
Block a user