small improvement of keyboards bot

This commit is contained in:
2026-02-17 12:45:22 +06:00
parent bef86042f9
commit 9981e82a10

View File

@@ -163,7 +163,7 @@ suspend fun activateKeyboardsBot(
it, it,
replyMarkup = replyKeyboard(resizeKeyboard = true, oneTimeKeyboard = true) { replyMarkup = replyKeyboard(resizeKeyboard = true, oneTimeKeyboard = true) {
row { row {
simpleButton("/inline") simpleButton("/inline", style = KeyboardButtonStyle.Primary)
} }
} }
) { ) {