[tgbot] Fix reply keyboard height

This commit is contained in:
Masoud Hidden 2023-05-14 22:55:01 +03:30
parent 0693bd540e
commit 51aafb45f9

View file

@ -707,7 +707,7 @@ func (t *Tgbot) clientTelegramUserInfo(chatId int64, email string, messageID ...
tu.KeyboardRow( tu.KeyboardRow(
tu.KeyboardButton("❌ Close Keyboard"), tu.KeyboardButton("❌ Close Keyboard"),
), ),
).WithIsPersistent() ).WithIsPersistent().WithResizeKeyboard()
t.SendMsgToTgbot(chatId, "👤 Select a telegram user:", keyboard) t.SendMsgToTgbot(chatId, "👤 Select a telegram user:", keyboard)
} }
} }