MadelineProto/docs/API_docs/constructors/inputBotInlineMessageGame.md

15 lines
399 B
Markdown
Raw Normal View History

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