mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 05:24:51 +00:00
Tiny copy-paste fix
This commit is contained in:
parent
85e08f774d
commit
87512e20c3
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class Chat(Object):
|
|||
id=peer_id,
|
||||
type="group",
|
||||
title=chat.title,
|
||||
is_creator=getattr(channel, "creator", None),
|
||||
is_creator=getattr(chat, "creator", None),
|
||||
photo=ChatPhoto._parse(client, getattr(chat, "photo", None), peer_id, 0),
|
||||
permissions=ChatPermissions._parse(getattr(chat, "default_banned_rights", None)),
|
||||
members_count=getattr(chat, "participants_count", None),
|
||||
|
|
|
|||
Loading…
Reference in a new issue