mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-06 22:35:39 +00:00
Compare commits
1 Commits
1e9f7b355e
...
281f20964a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
281f20964a |
@@ -81,9 +81,6 @@ suspend fun main(vararg args: String) {
|
||||
|
||||
)
|
||||
}
|
||||
onUnhandledCommand {
|
||||
println("Unhandled command: ${it.content}")
|
||||
}
|
||||
setMyCommands(
|
||||
BotCommand("reply_markup", "Use to get reply markup keyboard with web app trigger"),
|
||||
BotCommand("inline", "Use to get inline keyboard with web app trigger"),
|
||||
|
||||
@@ -3,6 +3,6 @@ org.gradle.parallel=true
|
||||
|
||||
|
||||
kotlin_version=1.6.10
|
||||
telegram_bot_api_version=0.38.23
|
||||
telegram_bot_api_version=0.38.22
|
||||
micro_utils_version=0.10.1
|
||||
ktor_version=1.6.8
|
||||
|
||||
Reference in New Issue
Block a user