550 B
550 B
Constructor: replyKeyboardMarkup
Attributes:
Name | Type | Required |
---|---|---|
resize | Bool | Optional |
single_use | Bool | Optional |
selective | Bool | Optional |
rows | Array of KeyboardButtonRow | Required |
Type: ReplyMarkup
Example:
$replyKeyboardMarkup = ['resize' => Bool, 'single_use' => Bool, 'selective' => Bool, 'rows' => [KeyboardButtonRow], ];