mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-15 20:58:06 +00:00
[tgbot] Fix reply keyboard height
This commit is contained in:
parent
4cf7f75749
commit
a21bdc9396
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue