mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Merge branch 'master' of https://github.com/pyrogram/pyrogram
This commit is contained in:
commit
826f815ca3
@ -64,7 +64,7 @@ class GameHighScore(Object):
|
||||
@staticmethod
|
||||
def _parse_action(client, service: raw.types.MessageService, users: dict):
|
||||
return GameHighScore(
|
||||
user=types.User._parse(client, users[utils.get_raw_peer_id(service.from_id)]),
|
||||
user=types.User._parse(client, users[utils.get_raw_peer_id(service.from_id or service.peer_id)]),
|
||||
score=service.action.score,
|
||||
client=client
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user