25 lines
659 B
Markdown
25 lines
659 B
Markdown
---
|
|
title: inputInlineQueryResultGame
|
|
description: Represents a game
|
|
---
|
|
## Constructor: inputInlineQueryResultGame
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Represents a game
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|
|
|game\_short\_name|[string](../types/string.md) | Yes|Game short name|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|Message reply markup, should be of type replyMarkupInlineKeyboard or null|
|
|
|
|
|
|
|
|
### Type: [InputInlineQueryResult](../types/InputInlineQueryResult.md)
|
|
|
|
|