Преглед изворни кода

[tgbot] Fix reply keyboard height

Masoud Hidden пре 1 година
родитељ
комит
a21bdc9396
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
 	}
 }