1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/messageGame.md

23 lines
385 B
Markdown
Raw Normal View History

---
title: messageGame
description: Message with a game
---
## Constructor: messageGame
[Back to constructors index](index.md)
Message with a game
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|game|[game](../types/game.md) | Yes|The game|
### Type: [MessageContent](../types/MessageContent.md)