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

36 lines
778 B
Markdown

---
title: "inputBotInlineMessageGame"
description: "A game"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputBotInlineMessageGame
[Back to constructors index](/API_docs/constructors/index.html)
A game
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|reply\_markup|[ReplyMarkup](/API_docs/types/ReplyMarkup.html) | Optional|Inline keyboard|
### Type: [InputBotInlineMessage](/API_docs/types/InputBotInlineMessage.html)
## Usage of reply_markup
You can provide bot API reply_markup objects here.
### Example:
```
$inputBotInlineMessageGame = ['_' => 'inputBotInlineMessageGame', 'reply_markup' => ReplyMarkup];
```