mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 13:47:24 +01:00
18 lines
402 B
Markdown
18 lines
402 B
Markdown
## Constructor: inputBotInlineMessageGame
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputBotInlineMessageGame = ['_' => inputBotInlineMessageGame', 'reply_markup' => ReplyMarkup, ];
|
|
``` |