571 B
571 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 = ['_' => replyKeyboardMarkup', 'resize' => true, 'single_use' => true, 'selective' => true, 'rows' => [Vector t], ];