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