Link Search Menu Expand Document

Constructor: inputBotInlineMessageRichMessage

Back to constructors index

Attributes:

NameTypeRequired
reply_markupReplyMarkupOptional
rich_messageInputRichMessageYes

Type: InputBotInlineMessage

Usage of reply_markup

You can provide bot API reply_markup objects here.

Example:

$inputBotInlineMessageRichMessage = ['_' => 'inputBotInlineMessageRichMessage', 'reply_markup' => ReplyMarkup, 'rich_message' => InputRichMessage];