ReplyKeyboardMarkup
implements
ReplyMarkup
Table of Contents
Interfaces
- ReplyMarkup
Properties
-
$inputFieldPlaceholder
: string|null
-
$keyboard
: array<string|int, mixed>
-
$oneTimeKeyboard
: bool|null
-
$resizeKeyboard
: bool|null
-
$selective
: bool|null
Methods
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
public
string|null
$inputFieldPlaceholder
= null
$keyboard
read-only
public
array<string|int, mixed>
$keyboard
$oneTimeKeyboard
read-only
public
bool|null
$oneTimeKeyboard
= null
$resizeKeyboard
read-only
public
bool|null
$resizeKeyboard
= null
$selective
read-only
public
bool|null
$selective
= null
__construct()
public
__construct(array<string|int, mixed> $keyboard[, bool|null $resizeKeyboard = null ][, bool|null $oneTimeKeyboard = null ][, string|null $inputFieldPlaceholder = null ][, bool|null $selective = null ]) : mixed
Parameters
-
$keyboard
: array<string|int, mixed>
-
-
$resizeKeyboard
: bool|null
= null
-
-
$oneTimeKeyboard
: bool|null
= null
-
-
$inputFieldPlaceholder
: string|null
= null
-
-
$selective
: bool|null
= null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>