This commit is contained in:
2022-05-08 00:41:13 +06:00
parent 149717301d
commit b740203116
2 changed files with 4 additions and 1 deletions

View File

@@ -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"),