Explorar o código

[tgbot] Fix reply keyboard height

Masoud Hidden hai 1 ano
pai
achega
a21bdc9396
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}
 }