[tgbot] Fix reply keyboard height

This commit is contained in:
Masoud Hidden 2023-05-14 22:55:01 +03:30
parent 4cf7f75749
commit a21bdc9396

View File

@ -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)
}
}