mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
778 B
778 B
title | description | nav_exclude | image |
---|---|---|---|
inputBotInlineMessageGame | A game | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];