diff --git a/telethon/client/chats.py b/telethon/client/chats.py index c6e57c62..64cbe52b 100644 --- a/telethon/client/chats.py +++ b/telethon/client/chats.py @@ -844,7 +844,7 @@ class ChatMethods: Whether the user will be able to delete messages. ban_users (`bool`, optional): - Whether the user will be able to ba users. + Whether the user will be able to ban users. invite_users (`bool`, optional): Whether the user will be able to invite users. Needs some testing.