Skip to content

Commit e0e399e

Browse files
authored
Merge pull request #1063 from pavel-mironchik/is-persistent-keyboard-field
2 parents 45a15ca + 8d4dc5e commit e0e399e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Keyboard/Keyboard.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* // For Standard Keyboard
1212
* $params = [
1313
* 'keyboard' => '',
14+
* 'is_persistent' => '',
1415
* 'resize_keyboard' => '',
1516
* 'one_time_keyboard' => '',
1617
* 'selective' => '',
@@ -26,6 +27,7 @@
2627
* ];
2728
* </code>
2829
*
30+
* @method $this setIsPersistent($boolean) Optional. Requests clients to always show the keyboard when the regular keyboard is hidden.
2931
* @method $this setResizeKeyboard($boolean) Optional. Requests clients to resize the keyboard vertically for optimal fit.
3032
* @method $this setOneTimeKeyboard($boolean) Optional. Requests clients to hide the keyboard as soon as it's been used.
3133
* @method $this setSelective($boolean) Optional. Use this parameter if you want to show the keyboard to specific users only.

0 commit comments

Comments
 (0)