Кнопки назад

This commit is contained in:
Artem Tsyrulnikov
2026-01-03 11:29:44 +03:00
parent 922067d194
commit ab9af29f24
8 changed files with 13 additions and 13 deletions

View File

@@ -350,7 +350,7 @@ https://t.me/+AbCdEfGhIjKlMn</i>`
}
b.SendNew(userMsg, bot.Keyboard(
bot.Row(bot.Button("« Назад", "back_from_preview")),
bot.Row(bot.Button(" Назад", "back_from_preview")),
))
return
}