Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMasoud Hidden <masoud.hidden.user@gmail.com>2023-05-14 22:25:01 +0300
committerMasoud Hidden <masoud.hidden.user@gmail.com>2023-05-14 22:25:01 +0300
commita21bdc939615439548b47fb551236ea59ab8f177 (patch)
tree0f75661e4d71f453a6a5d08db02f6732285f1e08 /web
parent4cf7f75749e278d7c188bcc4829c085555871c3b (diff)
[tgbot] Fix reply keyboard height
Diffstat (limited to 'web')
-rw-r--r--web/service/tgbot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/service/tgbot.go b/web/service/tgbot.go
index 85c9867a..973ee97f 100644
--- a/web/service/tgbot.go
+++ b/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)
}
}