Skip to content

Commit 6aa0300

Browse files
committed
fix: replyKb.ResizeKeyboard = true
1 parent aeed391 commit 6aa0300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telegram/tg_responder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ func getReplyKeyboard(kb *botkb.MessageKeyboard) *tgbotapi.ReplyKeyboardMarkup {
389389
}
390390
replyKb := tgbotapi.NewReplyKeyboard(tgButtons...)
391391
replyKb.OneTimeKeyboard = kb.IsOneTime()
392+
replyKb.ResizeKeyboard = true
392393
return replyKb
393394
}
394395

0 commit comments

Comments
 (0)