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 1111 * // For Standard Keyboard
1212 * $params = [
1313 * 'keyboard' => '',
14+ * 'is_persistent' => '',
1415 * 'resize_keyboard' => '',
1516 * 'one_time_keyboard' => '',
1617 * 'selective' => '',
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.
You can’t perform that action at this time.
0 commit comments