Replies: 1 comment 7 replies
-
Hi, is your webook correctly set up? You can use the debug config to see if any request reaches your server |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, there is smth strange and I cannot find out how to fix it. Will be happy for any reply.
I use Laravel 11 and Telegraph 1.44
Here is my inline keyboard:
return Keyboard::make()->row([Button::make("Some Button")->action('dismiss')->param("value", 1)]);
Keyboard successfully created, and I can see it on my Telegram bot chat.
But when I click it I see loading on that button and that's all...
My Handler:
My config:
'allow_callback_queries_from_unknown_chats' => true,
Beta Was this translation helpful? Give feedback.
All reactions