mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
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], ];