Constructor: inputBotInlineMessageGame
A game
Attributes:
Name | Type | Required | Description |
---|---|---|---|
reply_markup | ReplyMarkup | Optional | Inline keyboard |
Type: InputBotInlineMessage
Usage of reply_markup
You can provide bot API reply_markup objects here.
Example:
$inputBotInlineMessageGame = ['_' => 'inputBotInlineMessageGame', 'reply_markup' => ReplyMarkup];