-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Inline Keyboard show_alert appears to be broken? #384
Comments
Thanks for reporting. I guess the callback_query message was somehow changed by telegram in the passt. |
Thanks, the error is fixed. However I'm still not seeing a difference using show_alert in your example. True or False, the reply still gets returned to the client (ie FOO NO). |
That depends on your client app. On my desktop telegram program a popup shows up in the middle of the screen with the text in it. |
But shouldn't you be able to turn off ALL replies from the bot using show_alert? I thought that is what its for. |
Well, please read the offcial documentation about show_alert. The behaviour is all up to telegram |
I'm having trouble using the show_alert option when editing an inline keyboard. Regardless of either true/false, the dialog answer still appears in the client.
This is shown when using your "examples/editinlinekeyboard.json" example. Along with this is an error message relating to msg.payload.content.text with the following error message "TypeError: Cannot create property 'text' on boolean 'false'"
Cheers
Bob
The text was updated successfully, but these errors were encountered: