Procházet zdrojové kódy

[tgbot] Fix reply keyboard height

Masoud Hidden před 1 rokem
rodič
revize
a21bdc9396
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      web/service/tgbot.go

+ 1 - 1
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)
 	}
 }