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