mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:57:48 +01:00
500 B
500 B
title | description |
---|---|
replyInlineMarkup | replyInlineMarkup attributes, type and example |
Constructor: replyInlineMarkup
Attributes:
Name | Type | Required |
---|---|---|
rows | Array of KeyboardButtonRow | Required |
Type: ReplyMarkup
Example:
$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [Vector t], ];