File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Request::sendMessage([
54
54
]);
55
55
```
56
56
57
- A ReplyKeyboardMarkup is created by calling the static make method on ` ReplyKeyboardMarkup ` after that every field,
58
- like ` one_time_keyboard ` you want to set can be chained by calling it in camelCase. Buttons can be added by calling
59
- the ` button ` method. We have a detailed look on that later.
57
+ A ReplyKeyboardMarkup is created by calling the static ` make() ` method on ` ReplyKeyboardMarkup ` . After that every field,
58
+ like ` one_time_keyboard ` , can be chained by calling it in camelCase. Buttons can be added by calling
59
+ the ` button() ` method. We have a detailed look on that later.
60
60
61
61
The classes and fields are named after the corresponding type and fields of
62
62
the [ Telegram Bot API] ( https://core.telegram.org/bots/api ) .
You can’t perform that action at this time.
0 commit comments