Link Search Menu Expand Document

Constructor: inputBotInlineMessageGame

Back to constructors index

A game

Attributes:

NameTypeRequiredDescription
reply_markupReplyMarkupOptionalInline keyboard

Type: InputBotInlineMessage

Usage of reply_markup

You can provide bot API reply_markup objects here.

Example:

$inputBotInlineMessageGame = ['_' => 'inputBotInlineMessageGame', 'reply_markup' => ReplyMarkup];