1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:27:46 +01:00
MadelineProto/docs/API_docs/constructors/inputBotInlineMessageGame.md

17 lines
366 B
Markdown
Raw Normal View History

## Constructor: inputBotInlineMessageGame
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
### Example:
```
$inputBotInlineMessageGame = ['reply_markup' => ReplyMarkup, ];
```