Closed slagusev closed 7 months ago
When adding a web application, an error occurs.
Button::make($item['text'])->webApp($item['url']);
"ok":false,"error_code":400,"description":"Bad Request: BUTTON_TYPE_INVALID"
Even the example from the documentation doesn't work.
you should use a ReplyButton, not a Button
When adding a web application, an error occurs.
Button::make($item['text'])->webApp($item['url']);
"ok":false,"error_code":400,"description":"Bad Request: BUTTON_TYPE_INVALID"
Even the example from the documentation doesn't work.