mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2025-12-14 18:25:53 +00:00
Compare commits
2 Commits
bf31c92bf1
...
9b3a01a50b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b3a01a50b | |||
| d5379b02e7 |
@@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "1.6.10"
|
||||
tgbotapi = "0.38.23"
|
||||
kotlin = "1.6.21"
|
||||
tgbotapi = "1.0.1"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package telegram_bot
|
||||
|
||||
import dev.inmo.tgbotapi.bot.Ktor.telegramBot
|
||||
import dev.inmo.tgbotapi.bot.ktor.telegramBot
|
||||
import dev.inmo.tgbotapi.extensions.api.bot.getMe
|
||||
import dev.inmo.tgbotapi.extensions.api.send.reply
|
||||
import dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithLongPolling
|
||||
|
||||
Reference in New Issue
Block a user