mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
728 B
728 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionGameScore | Someone scored in a game | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionGameScore
Someone scored in a game
Attributes:
Name | Type | Required | Description |
---|---|---|---|
game_id | long | Yes | Game ID |
score | int | Yes | Score |
Type: MessageAction
Example:
$messageActionGameScore = ['_' => 'messageActionGameScore', 'game_id' => long, 'score' => int];