mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-05 13:55:38 +00:00
Compare commits
4 Commits
0.38.20
...
658bb6356e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
658bb6356e | ||
| b740203116 | |||
| 149717301d | |||
| 60e72be844 |
@@ -81,6 +81,9 @@ 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"),
|
||||
|
||||
@@ -2,7 +2,7 @@ kotlin.code.style=official
|
||||
org.gradle.parallel=true
|
||||
|
||||
|
||||
kotlin_version=1.6.10
|
||||
telegram_bot_api_version=0.38.21
|
||||
kotlin_version=1.6.21
|
||||
telegram_bot_api_version=0.38.23
|
||||
micro_utils_version=0.9.24
|
||||
ktor_version=1.6.8
|
||||
|
||||
Reference in New Issue
Block a user