Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll down to reply message #463

Closed
x777 opened this issue Dec 2, 2021 · 1 comment
Closed

Scroll down to reply message #463

x777 opened this issue Dec 2, 2021 · 1 comment

Comments

@x777
Copy link

x777 commented Dec 2, 2021

Not scrolls to replied message, what I am doing wrong?

newMenu := b.NewMarkup()
newMenu.InlineKeyboard = append(newMenu.InlineKeyboard, buyerConfirmMenu...)
replyMsg, _ := b.Reply(c.Message, msg_ask_message_buy_item, newMenu, tb.ModeHTML)

even adding newMenu.ForceReply = true also not working.

Can't find information, if it's possible by API to scroll down after reply. Any examples? Thsnks!

@demget
Copy link
Collaborator

demget commented Jan 19, 2022

ForceReply is for reply markups only.

@demget demget closed this as completed Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants