diff --git a/telethon/client/chats.py b/telethon/client/chats.py index faa15e77..00ce95ca 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -864,8 +864,6 @@ class ChatMethods: """ entity = await self.get_input_entity(entity) user = await self.get_input_entity(user) - if isinstance(user, types.InputPeerSelf): - raise ValueError('You cannot admin yourself') if not isinstance(user, types.InputPeerUser): raise ValueError('You must pass a user entity')