mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
922 B
922 B
title | description |
---|---|
setInlineGameScore | Bots only. Updates game score of the specified user in the game |
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 | CLICK ME string | Yes | Inline message identifier |
edit_message | CLICK ME Bool | Yes | True, if message should be edited |
user_id | CLICK ME int | Yes | User identifier |
score | CLICK ME int | Yes | New score |
force | CLICK ME 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 |