Skip to content

setInlineGameScore

Sahri Riza Umami edited this page Sep 17, 2017 · 2 revisions

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

setInlineGameScore(inline_message_id, edit_message, user_id, score, force)
Field Type Description
inline_message_id string Inline message identifier
edit_message Bool True, if message should be edited
user_id int32 User identifier
score int32 New score. Pass True to update the score even if it decreases.
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

Frequently Asked Questions
The Functions

Clone this wiki locally