MadelineProtoDocs/docs/TD_docs/constructors/inlineQueryResultGame.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
598 B
Markdown

---
title: inlineQueryResultGame
description: Represents information about a game
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inlineQueryResultGame
[Back to constructors index](index.md)
Represents information about a game
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
|game|[game](../constructors/game.md) | Yes|The result|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)