diff --git a/client/src/telethon/_impl/client/types/chat/group.py b/client/src/telethon/_impl/client/types/chat/group.py index 5999bc15..b2cb38d0 100644 --- a/client/src/telethon/_impl/client/types/chat/group.py +++ b/client/src/telethon/_impl/client/types/chat/group.py @@ -21,7 +21,7 @@ class Group(Chat, metaclass=NoPublicConstructor): or from methods such as :meth:`telethon.Client.resolve_username`. """ - __slots__ = ("_raw",) + __slots__ = ("_raw","_client") def __init__( self,