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
5858like ` one_time_keyboard ` , can be chained by calling it in camelCase. Buttons can be added by calling
5959the ` button() ` method. We have a detailed look on that later.
6060
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
6262the [ Telegram Bot API] ( https://core.telegram.org/bots/api ) .
6363
6464<p align =" right " >(<a href =" #top " >back to top</a >)</p >
@@ -177,7 +177,7 @@ $data['reply_markup'] = ForceReply::make()->inputFieldPlaceholder('Please type s
177177
178178### KeyboardButtonPollType
179179
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
181181a ` KeyboardButtonPollType ` object.
182182
183183``` php
You can’t perform that action at this time.
0 commit comments