MadelineProto/docs/TD_docs/constructors/messageGameScore.md

25 lines
712 B
Markdown
Raw Normal View History

---
title: messageGameScore
description: New high score was achieved in a game
---
## Constructor: messageGameScore
[Back to constructors index](index.md)
New high score was achieved in a game
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|game\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the message with the game, can be identifier of the deleted message|
2017-12-21 21:08:25 +01:00
|game\_id|[int64](../constructors/int64.md) | Yes|Identifier of the game, may be different from the games presented in the message with the game|
|score|[int](../types/int.md) | Yes|New score|
### Type: [MessageContent](../types/MessageContent.md)