MadelineProto/docs/API_docs/constructors/replyInlineMarkup.md
2016-12-30 23:21:36 +03:00

496 B

title description
replyInlineMarkup replyInlineMarkup attributes, type and example

Constructor: replyInlineMarkup

Back to constructors index

Attributes:

Name Type Required
rows Array of KeyboardButtonRow Required

Type: ReplyMarkup

Example:

$replyInlineMarkup = ['_' => 'replyInlineMarkup', 'rows' => [Vector t], ];