1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 13:49:44 +01:00
MadelineProto/docs/TD_docs/constructors/callbackQueryGame.md
2017-08-25 14:43:29 +02:00

23 lines
513 B
Markdown

---
title: callbackQueryGame
description: Payload from a game callback button
---
## Constructor: callbackQueryGame
[Back to constructors index](index.md)
Payload from a game callback button
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|game\_short\_name|[string](../types/string.md) | Yes|Short name of the game that was attached to the callback button|
### Type: [CallbackQueryPayload](../types/CallbackQueryPayload.md)