View Source ExTDLib.Object.PushMessageContentGameScore (ExTDLib v0.0.4)
A new high score was achieved in a game.
| Name | Type | Description |
|---|---|---|
| title | string | Game title, empty for pinned message. |
| score | number | New score, 0 for pinned message. |
| is_pinned | bool | True, if the message is a pinned message with the specified content. |
More details on telegram's documentation.