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 5ed0f37 commit 3ffd45fCopy full SHA for 3ffd45f
README.md
@@ -97,8 +97,8 @@ KeyboardButton::make('Text of Button')
97
This is done the same way for `InlineKeyboardButton`:
98
99
```php
100
-InlineKeyboardButton::make('Button Text')
101
- ->callbackData('button-1');
+InlineKeyboardButton::make('Login')
+ ->loginUrl('https://example.com');
102
```
103
104
To find out which fields are available have a look at the [Bot API documentation](https://core.telegram.org/bots/api).
0 commit comments