Кнопки назад
This commit is contained in:
@@ -109,7 +109,7 @@ func (s *SelectWorkspace) HandleCallback(b *bot.Bot, u *echotron.Update) {
|
||||
if err != nil {
|
||||
log.Error().Err(err).Str("channel_id", s.ChannelID).Str("workspace_id", workspaceID).Msg("Failed to attach channel to workspace")
|
||||
b.Edit("❌ Не удалось добавить канал в workspace", bot.Keyboard(
|
||||
bot.Row(bot.Button("« Назад", "back_to_select")),
|
||||
bot.Row(bot.Button("← Назад", "back_to_select")),
|
||||
))
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user