View Source ExTDLib.Method.SetInlineGameScore (ExTDLib v0.0.4)
Updates the game score of the specified user in a game; for bots only. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| inline_message_id | string | Inline message identifier. |
| edit_message | bool | Pass true to edit the game message to include the current scoreboard. |
| user_id | string | User identifier. |
| score | number | The new score. |
| force | bool | Pass true to update the score even if it decreases. If the score is 0, the user will be deleted from the high score table. |
More details on telegram's documentation.