set_game_score
Update a player's score in a game by providing user ID and score. Use this to adjust scores for Telegram games.
Instructions
Set the score of a user in a game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| score | Yes | ||
| chat_id | No | ||
| user_id | Yes | ||
| message_id | No | ||
| inline_message_id | No | ||
| disable_edit_message | No |