We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2417445 commit ff11b6eCopy full SHA for ff11b6e
README.md
@@ -99,7 +99,7 @@ This is done the same way for `InlineKeyboardButton`:
99
100
```php
101
InlineKeyboardButton::make('Login')
102
- ->loginUrl('https://example.com');
+ ->loginUrl(['url' => 'https://example.com']);
103
```
104
105
To find out which fields are available have a look at the [Bot API documentation](https://core.telegram.org/bots/api).
0 commit comments