File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11
11
* // For Standard Keyboard
12
12
* $params = [
13
13
* 'keyboard' => '',
14
+ * 'is_persistent' => '',
14
15
* 'resize_keyboard' => '',
15
16
* 'one_time_keyboard' => '',
16
17
* 'selective' => '',
26
27
* ];
27
28
* </code>
28
29
*
30
+ * @method $this setIsPersistent($boolean) Optional. Requests clients to always show the keyboard when the regular keyboard is hidden.
29
31
* @method $this setResizeKeyboard($boolean) Optional. Requests clients to resize the keyboard vertically for optimal fit.
30
32
* @method $this setOneTimeKeyboard($boolean) Optional. Requests clients to hide the keyboard as soon as it's been used.
31
33
* @method $this setSelective($boolean) Optional. Use this parameter if you want to show the keyboard to specific users only.
You can’t perform that action at this time.
0 commit comments