diff options
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) } } |
