You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to show an alert in my bot. when sending the request didn't receive any error, but also nothing happened in the bot.
`answerCallbackQuery := tgbotapi.CallbackConfig{CallbackQueryID: upd.CallbackQuery.ID, Text: "Error in cancelling order, please try again later", ShowAlert: true}
I try to show an alert in my bot. when sending the request didn't receive any error, but also nothing happened in the bot.
`answerCallbackQuery := tgbotapi.CallbackConfig{CallbackQueryID: upd.CallbackQuery.ID, Text: "Error in cancelling order, please try again later", ShowAlert: true}
if err := b.ApiRequest(answerCallbackQuery); err != nil {
log.Println("Error answering Cancel callback query:", err)
}`
any idea?
The text was updated successfully, but these errors were encountered: