MadelineProtoDocs/docs/API_docs/constructors/inputBotInlineMessageGame.md
2024-05-01 14:53:46 +02:00

778 B

title description nav_exclude image
inputBotInlineMessageGame A game true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBotInlineMessageGame

Back to constructors index

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];