messages.SetGameScore
- class pyrogram.raw.functions.messages.SetGameScore
Use this method to set the score of the specified user in a game sent as a normal message (bots only).
- Details:
Layer:
194
ID:
8EF8ECC0
- Parameters:
peer (
InputPeer
) – Unique identifier of target chatid (
int
32-bit
) – Identifier of the sent messageuser_id (
InputUser
) – User identifierscore (
int
32-bit
) – New scoreedit_message (
bool
, optional) – Set this flag if the game message should be automatically edited to include the current scoreboardforce (
bool
, optional) – Set this flag if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters
- Returns: