tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
4.04k stars 469 forks source link

How to generate a pop-up window when click the button? #634

Closed trybye closed 11 months ago

demget commented 11 months ago

https://pkg.go.dev/gopkg.in/telebot.v3#Bot.Respond

return c.Respond(&tele.CallbackResponse{
  Text:      "Pop-up window",
  ShowAlert: true,
})