MadelineProtoDocs/docs/TD_docs/constructors/inputInlineQueryResultGame.md

26 lines
733 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: inputInlineQueryResultGame
description: Represents a game
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
## 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)