File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ A ReplyKeyboardMarkup is created by calling the static `make()` method on `Reply
58
58
like ` one_time_keyboard ` , can be chained by calling it in camelCase. Buttons can be added by calling
59
59
the ` button() ` method. We have a detailed look on that later.
60
60
61
- The classes and fields are named after the corresponding type and fields of
61
+ The classes and fields are named after the corresponding types and fields of
62
62
the [ Telegram Bot API] ( https://core.telegram.org/bots/api ) .
63
63
64
64
<p align =" right " >(<a href =" #top " >back to top</a >)</p >
@@ -177,7 +177,7 @@ $data['reply_markup'] = ForceReply::make()->inputFieldPlaceholder('Please type s
177
177
178
178
### KeyboardButtonPollType
179
179
180
- The request_poll field is a little special. You can specify which poll type the user can create by passing
180
+ The ` request_poll ` field is a little special. You can specify which poll type the user can create by passing
181
181
a ` KeyboardButtonPollType ` object.
182
182
183
183
``` php
You can’t perform that action at this time.
0 commit comments