MadelineProtoDocs/docs/TD_docs/methods/setGameScore.md

1.0 KiB

title description image
setGameScore Bots only. Updates game score of the specified user in the game https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: setGameScore

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Updates game score of the specified user in the game

Parameters:

Name Type Description Required
chat_id int53 Chat a message with the game belongs to Yes
message_id int53 Identifier of the message Yes
edit_message Bool True, if message should be edited Yes
user_id int User identifier Yes
score int New score Yes
force Bool Pass True to update the score even if it decreases. If score is 0, user will be deleted from the high scores table Yes

Return type: Message