From d2c2188a6c5e541d987ee56eee91ea5c864755fd Mon Sep 17 00:00:00 2001 From: Yaroslav Vorobev Date: Tue, 7 Nov 2023 13:40:06 +0300 Subject: [PATCH] fix(Group): missing slot property this will fix issues with groups not being able to construct, due to missing `_client` slot --- client/src/telethon/_impl/client/types/chat/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,