Skip to content

Commit

Permalink
Merge pull request #1063 from pavel-mironchik/is-persistent-keyboard-…
Browse files Browse the repository at this point in the history
…field
  • Loading branch information
irazasyed committed Apr 15, 2023
2 parents 45a15ca + 8d4dc5e commit e0e399e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Keyboard/Keyboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* // For Standard Keyboard
* $params = [
* 'keyboard' => '',
* 'is_persistent' => '',
* 'resize_keyboard' => '',
* 'one_time_keyboard' => '',
* 'selective' => '',
Expand All @@ -26,6 +27,7 @@
* ];
* </code>
*
* @method $this setIsPersistent($boolean) Optional. Requests clients to always show the keyboard when the regular keyboard is hidden.
* @method $this setResizeKeyboard($boolean) Optional. Requests clients to resize the keyboard vertically for optimal fit.
* @method $this setOneTimeKeyboard($boolean) Optional. Requests clients to hide the keyboard as soon as it's been used.
* @method $this setSelective($boolean) Optional. Use this parameter if you want to show the keyboard to specific users only.
Expand Down

0 comments on commit e0e399e

Please sign in to comment.