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

26 lines
732 B
Markdown

---
title: inputInlineQueryResultGame
description: Represents a game
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)