Compare commits

...

4 Commits

Author SHA1 Message Date
Renovate Bot
658bb6356e Update plugin org.jetbrains.kotlin.multiplatform to v1.6.21 2022-05-07 18:53:59 +00:00
b740203116 0.38.23 2022-05-08 00:41:13 +06:00
149717301d Update gradle.properties 2022-05-05 15:16:24 +06:00
60e72be844 Merge pull request #103 from InsanusMokrassar/0.38.21
0.38.21
2022-05-04 14:54:45 +06:00
2 changed files with 5 additions and 2 deletions

View File

@@ -81,6 +81,9 @@ suspend fun main(vararg args: String) {
) )
} }
onUnhandledCommand {
println("Unhandled command: ${it.content}")
}
setMyCommands( setMyCommands(
BotCommand("reply_markup", "Use to get reply markup keyboard with web app trigger"), BotCommand("reply_markup", "Use to get reply markup keyboard with web app trigger"),
BotCommand("inline", "Use to get inline keyboard with web app trigger"), BotCommand("inline", "Use to get inline keyboard with web app trigger"),

View File

@@ -2,7 +2,7 @@ kotlin.code.style=official
org.gradle.parallel=true org.gradle.parallel=true
kotlin_version=1.6.10 kotlin_version=1.6.21
telegram_bot_api_version=0.38.21 telegram_bot_api_version=0.38.23
micro_utils_version=0.9.24 micro_utils_version=0.9.24
ktor_version=1.6.8 ktor_version=1.6.8