diff --git a/web/service/tgbot.go b/web/service/tgbot.go index 85c9867a..973ee97f 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -707,7 +707,7 @@ func (t *Tgbot) clientTelegramUserInfo(chatId int64, email string, messageID ... tu.KeyboardRow( tu.KeyboardButton("❌ Close Keyboard"), ), - ).WithIsPersistent() + ).WithIsPersistent().WithResizeKeyboard() t.SendMsgToTgbot(chatId, "👤 Select a telegram user:", keyboard) } }