diff options
| author | Masoud Hidden <masoud.hidden.user@gmail.com> | 2023-05-14 22:25:01 +0300 |
|---|---|---|
| committer | Masoud Hidden <masoud.hidden.user@gmail.com> | 2023-05-14 22:25:01 +0300 |
| commit | a21bdc939615439548b47fb551236ea59ab8f177 (patch) | |
| tree | 0f75661e4d71f453a6a5d08db02f6732285f1e08 /web | |
| parent | 4cf7f75749e278d7c188bcc4829c085555871c3b (diff) | |
[tgbot] Fix reply keyboard height
Diffstat (limited to 'web')
| -rw-r--r-- | web/service/tgbot.go | 2 |
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) } } |
