2018-04-01 13:19:25 +02:00
|
|
|
---
|
|
|
|
title: messageGameScore
|
|
|
|
description: New high score was achieved in 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
|
|
|
---
|
2018-04-04 23:19:57 +00:00
|
|
|
# Constructor: messageGameScore
|
2018-04-01 13:19:25 +02:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New high score was achieved in a game
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
|
|
|
|game\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the message with the game, can be identifier of the deleted message|
|
|
|
|
|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)
|
|
|
|
|
|
|
|
|