MadelineProto/docs/API_docs/constructors/inputBotInlineMessageGame.md

18 lines
402 B
Markdown
Raw Normal View History

## Constructor: inputBotInlineMessageGame
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
2016-12-19 18:56:05 +01:00
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputBotInlineMessageGame = ['_' => inputBotInlineMessageGame', 'reply_markup' => ReplyMarkup, ];
```