setGameScore
Use this method to set the score of the specified user in a game message
Field | Description |
---|---|
user_id
*
| User identifier |
score
*
| New score, must be non-negative |
force | Pass True if the high score is allowed to decrease This can be useful when fixing mistakes or banning cheaters |
disable_edit_message | Pass True if the game message should not be automatically edited to include the current scoreboard |
chat_id | Required if inline_message_id is not specified Unique identifier for the target chat |
message_id | Required if inline_message_id is not specified Identifier of the sent message |
inline_message_id | Required if chat_id and message_id are not specified Identifier of the inline message |