950 B
950 B
title | description | image |
---|---|---|
setInlineGameScore | Bots only. Updates game score of the specified user in the game | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: setInlineGameScore
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Updates game score of the specified user in the game
Parameters:
Name | Type | Required | Description |
---|---|---|---|
inline_message_id | string | Yes | Inline message identifier |
edit_message | Bool | Yes | True, if message should be edited |
user_id | int | Yes | User identifier |
score | int | Yes | New score |
force | Bool | Yes | Pass True to update the score even if it decreases. If score is 0, user will be deleted from the high scores table |