mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
[tgbot] Fix reply keyboard height
This commit is contained in:
parent
4cf7f75749
commit
a21bdc9396
@ -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 New Issue
Block a user