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([
5454]);
5555```
5656
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.
6060
6161The classes and fields are named after the corresponding type and fields of
6262the [ Telegram Bot API] ( https://core.telegram.org/bots/api ) .
You can’t perform that action at this time.
0 commit comments